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

    Hi,

    I’d like to change the text size to 15 and unbold the text in the icon boxes on a single page without affecting other icon boxes on my other pages, how would I do this?

    #471552

    Hi markzarak!

    you would need to turn on custom class for all alb elements. Let us know when you are done and still need help.

    Cheers!
    Andy

    #477288

    Hi,
    I have added the code to my .php file, what do I do next? Also, I’m not exactly sure what has changed as I don’t know where to look to find the Custom Css field shown in the example picture.

    Thanks.

    #477316

    Hi!

    Please edit your icon box and find custom CSS field – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg and give your element a custom class (i.e.: my-custom-class ) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-custom-class h3.iconbox_content_title {
        font-weight: normal;
        font-size: 15px!important;
    }

    Regards,
    Yigit

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