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

    Hello!

    The animated countdown timer has a few style options but I am wondering if there is a way to customize it further and change the font color besides just white and black.

    Thanks!

    #1203758

    Hey KeyshaunSmith,

    It can be done via css. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1205142

    Hello!

    It is in the main header layer slider. You will have to wait for the layerslider to move to the second slide to see the countdown timer.

    #1205212

    Hi,
    Thanks for the link, the first part of this code changes the countdown to red, and the second part makes the background transparent. Please adjust to suit.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time,#top.home .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time-label  {
    	color: red !important; 
    }
    #top.home .main_color .av-default-style .av-countdown-cell-inner {
    	background-color: transparent;
    	border-color: transparent;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

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