Veggie widgets titles
-
AuthorPosts
-
mashka1982
MemberHow can I customize titles of Veggie widgets? I want them without a line and with bigger+bold font. Please, look at first and second front page blocks.
The blog I need help with is: (visible only to logged in users)
anarieldesign
Theme AuthorHi,
thank you for using our theme.
You can change widget title size using this in Custom CSS:
.widget-title { font-size: 20px; font-size: 2rem; font-weight: bold; }
To remove widget border:
.widget { border-bottom: none; }
Hope this helps,
AnaThanks. How can I use script only for specific widget type?
oh, removing border didn’t work. I want to remove this one:
lookNow the titles are increased in all widgets. It’s not what I want here too :) look
anarieldesign
Theme AuthorHi,
can you please send me link to the page where you want to change this as I checked your website: https://sourbaking.wordpress.com/ and it doesn’t look the same as your screenshots. To be able to help you with customization it’s much easier for me if you could give me link to your page.
All the best
Anathis is the website: gfgoodbaking.com
anarieldesign
Theme AuthorHi,
unfortunately I can’t see it if you you don’t make your website public. You can make it public till I check it out and help u with the customisation and later you can make it private again.
I’ll be able to check it on Monday.
Have a lovely weekend,
Anaanarieldesign
Theme AuthorI just checked your website. You can use this in the Custom CSS:
.widgetized-content .widget-title { border-bottom: none; }
anarieldesign
Theme AuthorTo trigger just a specific widget title you’ll need to use Google Inspect Element and find the CSS class for that particular widget. You can find more about how to use it here: https://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/
All the best,
Ana
- The topic ‘Veggie widgets titles’ is closed to new replies.