Home Forums WoodMart support forum Sidebar

Sidebar

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

    Javi24
    Participant

    Hello,

    How to change the text underline and size for product main categories in the sidebar? https://prnt.sc/1aq6tmd

    How to add text underline when the selection is active? https://prnt.sc/1aq9dxu

    Best wishes

    #306344

    Hello,

    I saw the screenshots you attached.

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .categories-accordion-on .widget_product_categories .product-categories li {
        border-bottom: 1px solid;
    }

    2) To Change the size of the items try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_product_categories .product-categories li a {
        font-size: 18px;
    }

    Regards.
    Xtemos Studios

    #306379

    Javi24
    Participant

    Hello,

    How to add sub-category font-size 14px and no line under the title? https://prnt.sc/1asnld6

    Like here: https://prnt.sc/1aq9dxu

    It’s possible to add an active line hover too?

    Thank you 🙂

    #306396

    Hello,

    Sorry but I am unable to see the screenshots you attached. It is displaying Access Denied.

    Screenshot for Clarification: https://gyazo.com/4d0d60cdbc5eeaa2ca340798319c608d

    Regards.
    Xtemos Studios

    #306403

    Javi24
    Participant

    Hello,

    Interesting, I send the image in an attachment.

    Best wishes

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

    Hello,

    I saw the screenshot you attached.

    To put a line under the link try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_product_categories .product-categories li.current-cat>a {
        border-bottom: 5px solid green;
    }

    Best Regards

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