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

    Hi,

    I have placed a content slider on our home page.I was wondering if it is possible to change the size of the heading in the slider. As of now, it does not give any option to choose the size. I want to make the size text smaller than what it currently appears.

    Thanks

    #937229

    Hey Kamakshi,

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

    /* Content slider heading */
    	 .avia-content-slider-element-container .new-special-heading h3{
    	    color:#9f9fa3;
    	    font-family:  'Dancing Script', cursive;
    	    font-size: 42px;
    	}
    

    If you need further info to customize this element please check content slider documentation.

    Best regards,
    Vinay

    #937694

    Great, many thanks for your help :)

    #937738

    Hi Kamakshi,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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