Hello !
1.That can be done from Theme panel – Theme colors as you can see here: https://www.screencast.com/t/jZjL1fAz2xU
2. What exactly do you mean by text links? Can you provide a screenshot or an example ?
Thank you !
Thank you Vlad.
1. I have already tried to change the main menu background color in the way you have suggested to #14a96d (green) but this hasn’t worked – they are still black as you can see when you look here https://wagglydogs.com
2. I mean adding internal links to the text areas here immediately under the Title “Prepare To Be Inspired By Authors Like These” here https://wagglydogs.com
Hi,
1.Please try this custom css ->https://i.imgur.com/Syl71Bw.png
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a {
color: #14a96d;
}
Set the code in theme panel> custom code> custom css.
2. You need to edit that section using tagDiv Composer and add some more element there under Prepare To Be Inspired By Authors Like These” (if you made the page with WP Bakery, then edit it with this builder).
Thank you!
1. Thanks. Unfortunately the code you provided changes the menu text to green (#14a96d). I’d like the menu text to be white (Clear) and the menu text
-
background
to be green (#14a96d).
Can you please let me have the custom css for that?
2. Can you please explain how using TagDivComposer I can add hyperlinks?
Thank you.
Hi,
1. Please remove the above custom css and and check the settings from theme panel -> https://i.imgur.com/FCcc21F.png or use this custom css
.td-header-style-10 .sf-menu > li > a {
background-color: #14a96d!important;
}
2. You you can set hyperlinks on images – https://i.imgur.com/FZA88Jg.png on buttons -> https://i.imgur.com/wsorrio.png or on text using column text or text with title – https://i.imgur.com/v9dzFfm.png -> https://i.imgur.com/ujC6FAt.png
Hope this will help you!
Thank you!