Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #278924
    asdesigned
    Participant

    I would really like to change the color of the blog titles when listed in category view.

    For example, on this page I’d like the titles “Ghosts & Ghouls,” “All White Party,” and “Le Bros & La Hos” to be in hot pink #ff16ff

    http://as-designed.ml/category/sl-graphic-design/

    Thank you in advance for any assistance.

    #278925
    Skandha
    Participant

    @asdesigned: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .category #infinite-post-wrap .entry-title a {
        color: #ff16ff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color of blog titles in categories’ is closed to new replies.