-
AuthorPosts
-
May 15, 2016 at 8:02 pm #992848
Hi there,
Thanks for updating the thread and your feedback. There are lots of feature request and we can’t promise implementations or timelines to them. We have several things we are working on in our pipeline, but we do listen and take things into consideration especially when we see it will be beneficial to our users.
We do make announcements via our blog and info on our updates are released on our changelog.
To check the latest versions, please visit our Changelog
June 1, 2016 at 12:42 am #1019451I want the footer font to all be in black. I used the CSS provided and was able to get a change on the first two pages. But the remaining pages are all in gray. Why wouldn’t the one coding change all footer color to black. Thanks.
June 1, 2016 at 1:03 am #1019475Hi There,
Would you mind sharing us the URL where you want to change the font colors. Please share us also the customization you already added.
Thanks.
June 1, 2016 at 2:23 pm #1020679The site is not yet public.I meant the footer menu
.x-colophon.bottom,
.x-colophon.bottom .x-nav li a, /* footer menu */
.x-colophon.bottom .x-colophon-content a { /* content links */
color:black;
}
footer.x-colophon.top {
background-color: black;
}June 1, 2016 at 2:58 pm #1020729June 1, 2016 at 6:49 pm #1021001Hi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-colophon.bottom, .x-colophon.bottom .x-nav li a, /* footer menu */ .x-colophon.bottom .x-colophon-content a { /* content links */ color:black; } footer.x-colophon.top { background-color: black; } .x-social-global a { color: #000; } ul#menu-secondary-navigation-menu li:after { color: #000000; }
Hope this helps – thanks!
June 5, 2016 at 9:22 pm #1027263Some pages the font color footer changed, and other pages the font color is still gray and not black. How can I get all the footer navigation to have the black color.
June 6, 2016 at 3:01 am #1027565Hi There,
Upon checking your site:http://www.tiffanyceverett.com/, I can’t find above CSS from your Customizer or child theme’s style.css file. If you have added the suggested custom CSS above, please try to purge/delete cache. We might be seeing a cache content.
June 6, 2016 at 7:16 am #1027864Hello, I checked you were right its updated but every other page has the correct black font, those pages that do not have the footer black font are in gray.
June 6, 2016 at 8:34 am #1027985Hi There,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post.
Would you mind providing a more detailed information about what you want to achieve and o which pages you are facing the issue?
Thanks
Joao
June 6, 2016 at 11:10 am #1028272When I click on the top header and click on The Home page, family page, health page, travel page, video page, media page, AND parenting page the footer font displays in gray (I would like to be black)
June 6, 2016 at 1:16 pm #1028450Please add the following code yo Appereance / Customizer / Custom / CSS
.x-colophon.top a { color: black; } .x-colophon.top a:hover { color: red; }
You can adjust the colors black or red to colors like #000000 or any desired color.
Hope that helps,
Joao
June 7, 2016 at 1:59 am #1029405The color is not changing.
June 7, 2016 at 5:53 am #1029683Hi there,
Please find following code :
.x-colophon.bottom, .x-colophon.bottom .x-nav li a, /* footer menu */ .x-colophon.bottom .x-colophon-content a { /* content links */ color: 000000; } footer.x-colophon.top { background-color: 000000; } ul#menu-secondary-navigation-menu li:after { color: #000000;
And update it to :
.x-colophon.bottom, .x-colophon.bottom .x-nav li a, /* footer menu */ .x-colophon.bottom .x-colophon-content a { /* content links */ color: #000000; } footer.x-colophon.top { background-color: #000000; } ul#menu-secondary-navigation-menu li:after { color: #000000; }
Hope it helps.
June 7, 2016 at 9:03 am #1029936Thank you so much for assisting me, I deleted the previous code and updated it to the current and its still not changing, please help.
-
AuthorPosts