Home Forums WoodMart support forum Chang design of Categories in page heading

Chang design of Categories in page heading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47669

    pathomphong
    Participant

    Hi
    I would like to change design of Categories in page heading
    Please you tell me how to change it like in my attach file

    Many thanks

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

    Bogdan Donovan
    Keymaster

    Hi,

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

    .category-nav-link a {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }
    
    .category-nav-link .category-icon {
    	margin-right: 0;
    }
    
    .category-nav-link .category-products-count {
    	text-align: center;
    }

    Regards

    #47730

    pathomphong
    Participant

    Hi

    It’s work Thank you so much You are very good

    #47737

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Chang design of Categories in page heading’ is closed to new replies.