• Resolved enelcaso

    (@enelcaso)


    Hello,

    I’ve tried to change the colors from the title of a post that is shown in the portfolio, is it possible?.

    Best Regards,

    Enelcaso

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author GavickPro

    (@gavickpro)

    Hello,

    Yes it is possible, but please specify where exactly do you want to change a title.

    Thread Starter enelcaso

    (@enelcaso)

    Hi there!,

    I would like to change the color of the titles in the single posts in the portfolio category.

    Best regards,
    Enelcaso

    Theme Author GavickPro

    (@gavickpro)

    You can change this color in the following line of the style.css file:

    .entry-title a {
      color: #363636;
      display: block;
      position: relative;
    }
    Thread Starter enelcaso

    (@enelcaso)

    Thanks for the reply,

    That would enable me to change title colors in all pages, is there a way using the body class to apply a different css to the posts in a determined category.

    Best Regards,
    Enelcaso

    Theme Author GavickPro

    (@gavickpro)

    You will have to consider using is_category conditional tag and modify the body_class function arguments – but it is a custom work beyond of our technical support.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing color of post title in portfolio category’ is closed to new replies.