New Landing How can we help? Themeforest Theme Support Dante Blog title entry color per category

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #123155
    fayyaz.c
    Member
    Post count: 25

    Hi,

    I need some CSS help. How do I go about changing the blog title entry colour and defining the colour per category.

    For example I am able to change the summary text as follows:

    .category-um-visas-news {
    color: #08e !important;
    }

    How do I target the h4.entry-title within the same category to change it’s color?

    Link

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #123239
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    .category-india-visas.blog-item h3 a, .category-india-visas.blog-item .blog-item h4 a {
      color: #222222;
    }
    

    – Kyle

    #123519
    fayyaz.c
    Member
    Post count: 25

    Hello again!

    The CSS is not co-operating.

    What I’m trying to achieve:

    1. Category of uk-visa-news should have headline & summary text as #08e
    2. Category of india-visas-news should have headline & summary text as #red

    Attached another screenshot with the CSS I have implemented on the page which doesn’t seem to target and change the items.

    Kindly requesting more help please!

    Attachments:
    You must be logged in to view attached files.
    #123545
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .category-india-visas.blog-item h4 a {
      color: #222222;
    }
    
                 OR
    
    .category-india-visas h4 a {
      color: #222222;
    }

    Thanks
    Mohammad

    #123692
    fayyaz.c
    Member
    Post count: 25

    Thanks Mohammad – worked perfectly.

    #123694
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great 🙂

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.