Rodrigo Gomes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Metro CreativeX] How to remove featured image in my post?Hi!
Try going to Appearance -> Customize menu in the dashboard.
There you might find the Advanced CSS Editor option.
Select it, then a text box will show up.Type the code there and see if it works.
Hope it helps.Forum: Themes and Templates
In reply to: [Moesia] Top Menu WidthHey guys! It worked now!
With both your code. But now that I see that Brenda’s needs to be
div.site-branding.col-md-4instead of just.site-branding col-md-4(like it’s written in Inspector).Thanks for your help, guys! =]
Forum: Themes and Templates
In reply to: [Moesia] Top Menu WidthHello! That’s because it is still with few text.
I’ll let it with the full text I need (“Comprar ECF”). See? Even adding the code to my child-theme it still happen the same way as before.Forum: Themes and Templates
In reply to: [Moesia] Top Menu WidthHey Brenda! Unfortunately, it didn’t work. This is what happens.
I tried setting
!important, also unsuccessfully.
Is there another way to change these columns widths?Thank you!
Forum: Themes and Templates
In reply to: [Moesia] Links in Client SectionOh! I got to install the settings v10 too, right?
Forum: Themes and Templates
In reply to: [Moesia] Links in Client SectionHey, folks. Mine is not pro version. Where can I enable this optional field? I couldn’t find it. =/
Forum: Themes and Templates
In reply to: [Moesia] Call-to-action button link targetThanks, it worked =]
Forum: Themes and Templates
In reply to: [Moesia] Search Bar / Search Result PageNice! Thank you!
Just one more question: is there anyway to make these php files child, so I don’t need to change them after a Moesia update?
I tried putting them on the child-theme folder in the place/folder where it would normally be, but I must be missing something. (probably the child concept itself…)
Thanks again.
Forum: Themes and Templates
In reply to: [Moesia] Too much padding in widgetIt bounces with jquery. But there’s only one thing left. To be like the call-to-action section of my site, I need the title to shrink responsively.
I tried media queries, but it seems i’m helpless with them D:
Can you help me in this too, vladff?Is this wrong?
@media only screen and (max-width: 600px) { #pgc-58-0-0 .widget-title { font-size: 25px; } } @media only screen and (max-width: 499px) { #pgc-58-0-0 .widget-title { font-size: 10px; } }(the size number here was test-only, but anyway I saw no change)
And thank you for all your support until now.
Forum: Themes and Templates
In reply to: [Moesia] Too much padding in widgetSorry vladff, I’m complicating things a lil bit.
Please, look again at my site.I entered a title for the text widget in the first section (“Softwares de Gestão”), but it does not bounce like the Moesia FP widgets titles. (maybe because it’s not actually a
section, am I right?)How can I edit this part only, so that it functions like the other titles?
Even using the chrome DevTools, I couldn’t make it…Forum: Themes and Templates
In reply to: [Moesia] Too much padding in widgetYes, and I was typing the answer right now haha
I’ve mistaken the padding code.It’s better now. I think I’ll let it like this, but there’s another thing:
the title “Softwares de Gestão” does not get smaller in smaller screens.I couldn’t edit the title in the PageBuider (strangely, nor in the Editor). So I copied the following code from the call-to-action section of my site INSIDE the text widget, changing the title name only:
<section id="call-to-action" class="action-area"> <h3 class="widget-title"><span class="wow bounce">Softwares de Gestão</span></h3> </section>Somehow, it doesn’t behave the same as the actual call-to-action section. Can you figure this out too?
Thanks again for your support, it’s helping me A-L-O-T!
Forum: Themes and Templates
In reply to: [Moesia] Too much padding in widgetInteresting. It didn’t work though. The CSS animation in that section also uses the tag services. I’ll try changing that and see what happens.
Sorry to delay answering the message. I still couldn’t test the method, but I thank you for the quick answer, and for the link. If I need more information, I’ll get in touch. Thanks again!
Forum: Themes and Templates
In reply to: [Moesia] CSS applied on a Text Widget not workingYeah. I put this code in the stylesheet to make another test of another thing, in another occasion.
I’ll be more attentive next time.
Rated.
Thanks again.Forum: Themes and Templates
In reply to: [Moesia] CSS applied on a Text Widget not workingYou know, I’ve been trying to love these brackets.
I REALLY DID.Thanks for the quick answer vladff.
What I do love right now is Moesia. =]