Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #950947

    Hello allo ^^

    How can I change the H2 style used in the “date”

    Thank you for you help

    Regards,

    Cydut

    #950953

    Hey Cydut,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date { 
    font-size: 20px; 
    }
    

    Best regards,
    Yigit

    #950968

    Hey Yigit,

    Thanks for the code concerning the size, but what about the style – I’ve seen it was the H2 and I don’t want this style being used ?

    My H2 style is with blue line under, the size is too big and the margin and padding are also too big

    thanks again for you help

    Regards :)

    Cydut

    • This reply was modified 6 years, 6 months ago by Cydut.
    #951683

    Hi,

    Please replace the code with the below CSS to remove the bottom blue border.

    .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date { 
    font-size: 20px; 
    border-bottom:none!important;
    }

    Best regards,
    Vinay

    #951726

    Hi,
    thanks a lot
    As always : quick – efficient

    Best regards,

    cydut

    #951731

    Hi,

    Glad Vinay could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘milestone – Timeline : change H2 style in the date element’ is closed to new replies.