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

    Hello ,

    I want to change the style of the titles for each category
    I have 3 categories with specific color for each category
    I use Masonry for display the blogs but i need to change the style for a title for each category
    for exemple I have category: culturel_press ,the main color is blue
    i need, when i display culturel_press ,the title of press_culturel in Mansonry become blue
    and the same for the other categories

    thank you ;)

    PS:sorry for my bad english :p

    #981237

    I found a solution but I think that it is very dumb, I call the class of each category and I change the style of text
    like this
    .category-2-technique .av-masonry-entry-title.entry-title
    {
    color: red !important;
    }
    this solution is so dumb why?
    because when i display the blog the title color still black

    #981420

    Hi,

    You have this CSS in your child theme and it’s applying on my end;

    .category-1-culturel .av-masonry-entry-title.entry-title {
        font-family: 'Raleway', sans-serif !important;
        color: #0046ad !important;
        font-weight: 900;
        font-size: 25px;
    }

    I’m guessing you managed to get it working?

    Best regards,
    Rikard

    #983027

    Yes i did it ,problem resolved ;)
    Thank you :D

    #983195

    Hi DS_Distribution,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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