Home Forums WoodMart support forum Updating some CSS

Updating some CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #282752

    BertranddesmetsWM
    Participant

    Hi,

    I am trying to update this one but it won’t work:

    .nav-shop .wd-back-btn {
    display: none;
    }

    Screenshot for clarification
    regards,

    Attachments:
    You must be logged in to view attached files.
    #282757

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .page-title .wd-back-btn {
    	display: none;
    }

    Kind Regards

    #283115

    BertranddesmetsWM
    Participant

    Hi,

    Perfectly working, thanks!
    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Updating some CSS’ is closed to new replies.