Tagged: x
-
AuthorPosts
-
December 22, 2016 at 12:47 pm #1301947
KiljanParticipantHi.
X Version: 4.6.4
wordpress 4.7
Cornerstone Version 1.3.3
Stack EthosThis is a LINK to a portfolio item.
Why is the page title grey? I have set my customizer / typography to white headings.
Also, why are the buttons (I guess that they are buttons) not showing shapes or color?
This also happens in tag and category archive: LINKIs there a way to fix this?
Thanks.December 22, 2016 at 5:25 pm #1302130
DarshanaModeratorHi there,
Thanks for writing in! You have the following Custom CSS rule which makes your title background gray.
body { background-color: #353535; color: #ffffff; font-size: 17px; font-style: normal; font-weight: 400; }Thanks!
December 23, 2016 at 1:10 am #1302518
KiljanParticipant?
I dont understand your response. What you wrote wont help my fix the title color in the portfolio items aboveDecember 23, 2016 at 1:50 am #1302545
FriechModeratorHi There,
Landmark headers has a unique color assign to it. You can use the custom CSS below to change it.
.h-landmark, .h-landmark.entry-title { color: white; }I assume you’re referring to the pagination links?
Use this custom CSS to style it:
.x-pagination a, .x-pagination span { color: white; } .x-pagination span.dots, .x-pagination span.current, .x-pagination a:hover { background-color: #888; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1301947 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
