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

    Hi,
    I would like to style the Date and Milestone Elements on my timelines.
    Ideally I would like to change them to small caps, as I’m using that throughout my site for headings.
    I would also like to control size and weight – maybe by switching them to a different heading type?
    Thanks,

    Karen

    #1062437

    Hi Karen

    Could you please post a link to your website here?

    Cheers
    Michael

    #1062549

    Hi Karen,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1062703

    Yes, added in private content.

    #1062737

    Hi,

    Thank you for contacting us.

    Please add the CSS property you need to style the date and title elements then add it to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    /* Date */
    #top .av-milestone-date,
    #top .av-milestone-date a {
    	color: gold;
    }
    /* Title */
    #top .av-milestone-content-wrap h4 {
    	color: red;
    }
    /* Description */
    #top .av-milestone-content-wrap {
    	color: blue;
    }
    
    
    

    Best regards,
    Vinay

    #1062782

    This is perfect! Thank you so much.
    I have an unrelated question, but I’m going to stick them here anyway. I hope you’ll have time to take a look.
    About the halo burst on hover with icons – I created a topic about it at the same time as this one but no response yet –

    There is a halo burst around linked icons. I kinda like the burst, but it’s a little to intense on the dark footer, and I can’t see it at all on my white background. I would like to style this –
    1) Can it be turned off?
    2) Can I adjust the color?
    3) Can I make further adjustments to size, duration, etc.
    See below for a link to my website where you can see the burst in the footer, which is dark.
    Thank you.

    #1064587

    My question about the halo burst whic I’ve now learned is a sonar burst has been answered here:

    This ticket can be closed.

    #1064598

    Hi KarenBH,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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