Tagged: x
-
AuthorPosts
-
February 7, 2017 at 9:15 pm #1362232
Andrea8FortuneParticipantHello I need to change in grey the colour in the footer, I read the previous posts but it didn’t work with my website. I wanted to change the whole footer where I have 2 widget and I use in customize – Custom Jss
.x-colophon.bottom {
background-color:red;
}Nothing changed. Can you please advice?
February 8, 2017 at 12:16 am #1362369
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
footer.x-colophon.top { background-color: #ddd; }Thanks.
February 8, 2017 at 3:48 pm #1363407
Andrea8FortuneParticipantThis reply has been marked as private.February 8, 2017 at 9:07 pm #1363765
FriechModeratorHi There,
Thank you for the credentials, for the bottom footer (menu links, social links, and Marketing 8 Fortune links). Please add this on your custom CSS.
/*normal state*/ footer.x-colophon a {color: red;} /*hover state*/ footer.x-colophon a:hover {color: orange;}For the top footer (address, phone, and email), the color code was inline to the markup html itself so you need to edit that text from the widget
e.g.
<h3><span style="color: red;">Phone: (02) 9568 5111</span></h3>Hope it helps, Cheers
February 8, 2017 at 9:56 pm #1363793
Andrea8FortuneParticipantI am sorry my bad,the code you gave me changes the colour of the text, but I need to change the colour of the background. I used the command <div style=”background-color:#”> text</div> to change the colour of the backgroun with the widget but it didn’t work. Any suggestion there?
February 9, 2017 at 12:26 am #1363898
FriechModeratorHi There,
In that case, please add this css code instead.
footer.x-colophon { background-color: gray; }Replace the gray with the desired background color.
Thanks.
February 9, 2017 at 1:19 am #1363943
Andrea8FortuneParticipantThank you!
February 9, 2017 at 1:22 am #1363946
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1362232 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
