Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #21861
    Amy T
    Participant

    I would like to change the font and colour of these titles to be similar to individual posts on this page.

    http://movinginthewild.com/mothering/

    #22146
    Kory
    Keymaster

    Hey Amy,

    Thanks for writing in! Could you please specify which titles you’re trying to change and which titles you’re trying to change them to appear like? Unfortunately, I cannot exactly tell from the information provided. Once we have a clearer picture on things we’ll be happy to assist you with this.

    Thanks!

    #22485
    Amy T
    Participant

    Hi,

    I’m trying to change the titles next to the thumbnail photos on the page which list the posts ie. ‘Rebuilding the abs’, ‘Breastfeeding…” etc. to have the same style as individual posts pages like here http://movinginthewild.com/rebuilding-the-abs/.

    Basically each page of the horizontal menu is a list of posts in that category.

    Is it clear for you?

    Thank!

    #22655
    Kory
    Keymaster

    Hey Amy,

    I think I understand what you’re getting at now. You can try utilizing the following CSS to alter these titles:

    body a.smart-post-list-title {
      font-size: 21px;
      color: #d6970e;
    }
    
    body a.smart-post-list-title:hover {
      color: #d6970e;
    }

    You can use the :hover state to alter the color of these titles on hover should you desire.

    Thanks!

    #22831
    Amy T
    Participant

    Thanks! That worked to change the title font size but the font colour remains black but it looks good for me so will keep it that way.

    Can you help me with the CSS for the homepage? I use a different widget here. Basically I would like the title font size ie “Silence and Solitude” to be the same as the others too which you had helped me change.

    Thanks again!

    #23027
    Kory
    Keymaster

    Hey Amy,

    Try this out:

    body a.pis-title-link {
      font-size: 21px;
      color: #d6970e;
    }
    
    body a.pis-title-link:hover {
      color: #d6970e;
    }

    Simply adjust to suit your needs. If you have any further questions, we are happy to help but kindly ask that you do so by opening a new thread so that these do not get off topic and are useful to other users. Keeping threads from getting too long ensures that they’re easy to find answers in and allows us to better keep track of solved issues.

    Thanks!

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