Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1084741

    Hi ๐Ÿ˜Š
    I would like to change the title color of my blog post in a post slider.

    I would like the font of the post title to be 24 and the title / link color #969f6a and the hover over color #e7b8b8

    Is there er kode for this to put in the Quick CSS ?

    Thanks for a nice theme ๐Ÿ™

    #1085306

    Hey nicolealbaek,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top .avia-content-slider .slide-entry-title.entry-title, 
    #top .avia-content-slider .slide-entry-title.entry-title a {
        font-size: 24px;
        color: #969f6a !important;
    }
    
    #top .avia-content-slider .slide-entry-title.entry-title a:hover {
        color: #e7b8b8 !important;
    }

    Best regards,
    Nikko

    #1085393

    Thank you

    That did the job ๐Ÿ™๐Ÿ˜Š

    • This reply was modified 5 years, 7 months ago by nicolealbaek.
    #1085458

    Hi nicolealbaek,

    Weโ€™re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change Title color and font size in Post slider’ is closed to new replies.