Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #604329

    Hello!
    I want to know the code css to remove the decoration on the icons in section services.
    In the hover the icon becomes highlighted , but when you click on the icon a line below the icon and I want to remove but no success with CSS code .
    Thank you!

    #604924

    Hey edu_guell,

    I’m not sure I understand what you mean by that, could you try to explain a bit further and/or post a screenshot highlighting what you would like to achieve please?

    Best regards,
    Rikard

    #605062

    Good Morning,
    I attached some pictures of my website to see what I mean.
    The line goes on all icons when you click over, not only in the first.

    1º step icon services, normal phase–> http://i64.tinypic.com/2hqh2y9.png
    2º step icon services, hover step–> http://i63.tinypic.com/nbvhw0.png
    3º step icon services, when click over icon–> http://i63.tinypic.com/5phbhz.png (appears down white line in icon but with pink background, in image can’t see this pink background, I do not understand why)

    Thanks!

    #605279

    Hi!

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

    a.iconbox_icon {
        text-decoration: none!important;
    }

    Regards,
    Yigit

    #605330

    Thank you for all!
    it works perfectly!
    please can you tell me the name of each part of the theme to try I create code without having to bother you so much?
    Thank you!

    #605331

    Hey!

    You are welcome, we are always happy to help :)
    We are not bothered at all. However, if you would like to have more control over your elements, you can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your elements to give them a custom CSS class

    Best regards,
    Yigit

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