Home Forums WoodMart support forum add underline

add underline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198784

    magalyub
    Participant

    Hello

    it is possible to do the following:

    1. underline my subcategories when hovering as in image01. This is what my attached image02 subcategories look like.

    2. remove the currency amount from the main page. image03

    3. On the mobile home page a single column is shown so far, everything is fine. but in the product store it would be possible to display them in 2 columns.

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

    Hello,

    I saw the screenshots you attached.

    1) To add an underline on hover to the sub items you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sub-menu.color-scheme-dark a:hover {
    text-decoration: underline;
    }

    2) To Remove the Currency from the cart you need to Go to WoodMart >> Header Builder >> Edit Header.

    Screenshot for Clarification: https://ibb.co/gwh79yM

    3) Unfortunately, the 2 columns work the same for all the website you could not set it to behave separately.

    Best Regards.

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