Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1000064

    Hello,

    FIRST :
    how to change the color or the size of the title in my article block on my homepage? Currently it is written in green … I would like it to be in blue like the rest of my titles and in light

    TWO :
    I would like to change too the weight of title on my blog page. I found it too big.

    Thank you !

    #1000155

    Hey Marie-Claude,

    Please try the following in Quick CSS under Enfold->General Styling:

    1.

    .home .post-title a {
      color:#000;
      font-size:12px;
    }

    2.

    .page-id-62 .av-masonry-entry-title {
      font-weight:100;
    }

    Best regards,
    Rikard

    #1000527

    Thanks you Rikard, perfect this CSS code.

    Just another question on this topic ;-)
    I would like to change the size of the text of the post excerpt on my home page

    Thanks :)

    #1000528

    Hi,

    I tried the password you provided and it didnt worked – can u check?

    Best regards,
    Basilis

    #1002439
    This reply has been marked as private.
    #1002553

    Hi,

    Thanks for that, the first one worked. Please try the following in Quick CSS under Enfold->General Styling:

    .home .av-alb-blogposts .entry-content p {
      font-size:14px !important;
    }

    Best regards,
    Rikard

    #1005182

    It’s ok, you can closed this ticket :-)

    #1005271

    Hi,

    Great, thanks for letting us know :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change color of title of articles block’ is closed to new replies.