Tagged: x
-
AuthorPosts
-
November 11, 2016 at 2:02 am #1252952
aleadfreakParticipantHi,
I’ve entered some links across my page, but these don’t seem to be coloured as what I’ve selected in the Customiser.
My site: leadfreak.co.uk
If you scroll to the bottom there is the get in touch section. The links in the pink box should be bright green like the nav bar.
Appreciate your help.
Thanks
Alex
November 11, 2016 at 2:49 am #1252996
Rue NelModeratorHey Alex,
Thanks for writing in! The link color is not following what you have set like the menu item because it turns out that you are using a heading tag and then enclosed the link. The heading tag link has it’s own color and this is why the code is not working. To be able to change the link color for this element, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: rgb(72,234,126); }Please let us know if this works out for you.
November 16, 2016 at 7:22 am #1259296
aleadfreakParticipantYes, great. Thank you Rue.
Worked a treat.
Alex
November 16, 2016 at 9:28 am #1259453
RupokMemberYou are welcome Alex!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
November 17, 2016 at 9:37 am #1261150
aleadfreakParticipantHi Rupok,
Sorry, one more point. What code would I add to the CSS to change the link colour on hover?
Thanks
Alex
November 17, 2016 at 11:28 am #1261280
JoaoModeratorHi Alex,
Please add:
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover { color: red; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1252952 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
