Home Forums WoodMart support forum Changing Typography of Website

Changing Typography of Website

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #245512

    GoDad
    Participant

    How can I change the writing style of these two sections attached?

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

    Hello,

    I saw the screenshot you attached.

    For the dropdown menu myaccount try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-header-links .sub-menu-dropdown li a {
    	font-family: sanserif;
        font-size: 14px;
    }

    For the sidebar try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-MyAccount-navigation ul li a {
    
    	font-size: 14px;
    	font-family: sanserif;
    }

    And for the header categories please provide some relevant screenshots of what you want to achieve to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #245595

    GoDad
    Participant

    Hello, i thought maybe we can add main navigation or any other menus to elementor button with custom css is it possible i tryed to explain with screenshots?

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

    GoDad
    Participant

    Second screenshot

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

    GoDad
    Participant

    Second Screenshot Attached.

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

    Hello,

    I saw the screenshots you attached.

    Sorry but there is no option in Theme Settings that you can add sub categories with the button elements.

    It is not possible with Custom CSS as well. It requires customizations and this is beyond our limitations and support policy.

    Best Regards.

    #245639

    GoDad
    Participant

    I mean adding subcategories with wordpress components menus with css code

    #245948

    Hello,

    As I mentioned in my previous reply it is not possible with Custom CSS.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios.

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