Home Forums WoodMart support forum Adjust category size table

Adjust category size table

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #317447

    tsamis
    Participant

    hi,
    do i able to adjust the size category menu gap?

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

    Luke Nielsen
    Keymaster

    Hello,

    You can do that with custom CSS, I prepared the custom CSS code for you, in order to apply and customize it, go to Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”.

    .wd-nav-vertical > li > a {
      padding: 20px 18px;
    }

    If this is not what do you want, please clarify your request.

    Kind Regards

    #317651

    tsamis
    Participant

    hi luke,
    noted with thanks..

    #317653

    tsamis
    Participant

    do i able add the text stroke in css code?

    h1.entry-title.title {

    color: orange;

    }

    ul.wd-nav-product-cat.wd-nav .nav-link-text {

    color: orange;

    }

    .cat-design-center .wd-entities-title {

    color: orange;

    #317700

    Luke Nielsen
    Keymaster

    Hello,

    Yes, you can, but it would be better if you attach screenshots for a better understanding of what you need to change. I will prepare the custom CSS snippet for you.

    Kind Regards

    #317769

    tsamis
    Participant

    hi luke,
    settled , thanks

    #318107

    Luke Nielsen
    Keymaster

    Hello,

    Let us know if there’s anything else we can do for you! You can always reach us at any time.

    Kind regards

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

The topic ‘Adjust category size table’ is closed to new replies.