Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008772
    fogonthetyne
    Participant

    Hi Guys,

    OK, so while I’m new to Xtheme and WordPress, I’ve got quite far with my site:
    http://www.hollywoodhates.com

    One issue I’m stuck on is changing the colour of the blog preview text at the Blog Menu:
    http://www.hollywoodhates.com/blog

    The background is white and the text is white, because these defaults work well elsewhere. In other areas, I’ve used code to change individual text colour when neccessary, but my blog menu doesn’t appear to edit in cornerstone the way other pages do.

    Is there a method to change this white text to, say, black?

    In case it’s hard to spot, it’s the area to the right of the images on the blog menu page. There is “invisible” white text just before the “read more” links.
    http://www.hollywoodhates.com/blog

    Thanks!

    Andy

    #1008819
    Lely
    Moderator

    Hello Andy,

    We can use custom CSS to change it. Please add the following on Appearance > Customize > Custom > Edit Global CSS

    .blog .entry-content.excerpt p {
        color: red;  /*Change to your preferred color*/
    }

    Hope this helps.

    #1008830
    fogonthetyne
    Participant

    Hi Lely,

    AMAZING. You guys know everything.

    Thanks so much,

    Andy 🙂

    #1008866
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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