Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1298477

    Hi,

    I try to change size and colour of the website link in testimonials (Stil: eingerahmtes Raster)

    In your documentation I found this snippet which should work, but it does not.

    /* Link */
    #top .avia-testimonial-meta a.avia-testimonial-link {
    
    	font-size: 14px !important;
    }

    Cache has been emptied.

    Regards,
    Susanne

    #1298580

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .aviablank.avia-testimonial-link {
        color: orange;
        font-size: 25px;
    }
    

    Best regards,
    Yigit

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