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

    Dear sir

    Is it possible to have a one-pixel frame around the “Icon Box” with the same color as the icon at the top of the frame?
    The background of the box is a bit darker than the background of the page, but it would more visible if a frame could be shown too. Any Quick CSS code?

    http://www.kitm.se/sv/kapitel8/

    Thanks

    #870515

    Hey abedia,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-font-entypo-fontello {
        border: 1px solid #3e444424;
    }
    

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

    #870931

    Hello

    I tried both suggestions but I don’t see any changes and the Icon Boxes are still without frames:

    Any other suggestion? Thanks!

    #871178

    Hi,

    Please try this instead:

    #top .avia-font-entypo-fontello {
        border: 1px solid red;
    }

    Replace red with the colour of your choice.

    Best regards,
    Rikard

    #873844

    Hi

    I tried this both in Quick CSS and in custom.css. I see no changes.

    Regards

    Abedia

    #874133

    Hi,

    Please try this instead:

    .iconlist_icon {
        border: 1px solid red;
    }

    If that doesn’t work either then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

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