Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1301947
    Kiljan
    Participant

    Hi.
    X Version: 4.6.4
    wordpress 4.7
    Cornerstone Version 1.3.3
    Stack Ethos

    This 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: LINK

    Is there a way to fix this?
    Thanks.

    #1302130
    Darshana
    Moderator

    Hi 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!

    #1302518
    Kiljan
    Participant

    ?
    I dont understand your response. What you wrote wont help my fix the title color in the portfolio items above

    #1302545
    Friech
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1301947 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>