Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1279867

    I want to be able to adjust font size and color for the post title and Read more link on the blog archive page of my site. I’ve inspected and tried all sorts of css combinations but can’t make anything work. Can you provide the right css for this?

    I also need to adjust the post title on the single post.

    And would like to remove the slash after the date in the meta of the single post.

    Last thing is to change the color of the social sharing boxes in the footer of each post. I can’t find where to change those colors; thanks.

    • This topic was modified 3 years, 9 months ago by bkatzdesign.
    #1280153

    Hey bkatzdesign,

    As for the size:

    
    #top .bloglist-excerpt .read-more-link {
      font-size: 14px;
    }
    #top.single-post #wrap_all h1.post-title.entry-title {
      color: #000;
      font-size: 18px;
    }
    

    Best regards,
    Victoria

    #1280658
    This reply has been marked as private.
    #1280659
    This reply has been marked as private.
    #1281473

    Hi bkatzdesign,

    No, they need to be changed with css. Could you please attach a mockup of what you’re trying to achieve?

    I gave you the css for the font-size in the css above.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.