• Resolved icos22

    (@icos22)


    Hello,

    could you help me, how remove the box around active links?

    I tried add this code to custom css, but without success.

    a:focus,
    .focus a {
    outline: none !important;
    }

    Thank you for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    I just tried the above code.
    When I put it in the new “extra css” in the costumizer it did not work.
    However if I put it in my child themes style.css it worked just fine.

    Try adding it to your child themes style.css and refresh your browser and/or purche any caching you might have turned on.

    Let me know if this works for you?
    Annie

    Thread Starter icos22

    (@icos22)

    Hi Annie,

    Thank you very much for your reply.

    I am using “Theme Customisations” and style.css file.

    I know I have to clear cache and refresh browser, but still the code doesnt work.

    When I create child theme some of my adjustments dissappers.

    Do you think that there is another way how to edit custom.css?

    Hi Icos,

    Best practice is to first create a childtheme, then start adding customasations.

    You can download a good working child theme for Storefront over here:
    https://www.pootlepress.com/shop/free-blank-woothemes-storefront-child-theme/

    If you now switch to another or a new childtheme, as long as that is active, it wont show your previous customasations.

    You should never edit your partent themes ( storefront in this case ) style.css directly. Theme customisations can be used, however as you notice not all works in there.

    You can crab all old customasations formt the parent style.css ( if you used that ) or from the theme customisations plugin and add it into your new child themes ( download the above ) style.css.

    In my test site that code does work.

    Annie

    Thread Starter icos22

    (@icos22)

    Annie,

    thank you very much.

    I did what you said. Works perfect.

    Thank you very much!

    Glad this worked out for you! ??

    Annie

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove the ‘box’ around active links’ is closed to new replies.