Home Forums WoodMart support forum CATEGORY MENU & SHOP PAGE TITLE

CATEGORY MENU & SHOP PAGE TITLE

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #26711

    ishop24by7
    Participant

    Hi,
    I purchased your theme recently and i am very happy with it. I have some questions regarding sub category font and shop page title font sizes.
    1.On my home page the system displays category in bold
    and subcategory normal char. how can i change it bold with diff. font.

    2. shop page TITLE is too big is there anyway to change it together with color.

    3. I know how to change the theme color to dark but for dark black color is default , is there anyway to change it to diff. color.

    Best Regards

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

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

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

    div.vertical-navigation .item-level-0>a, 
    div.vertical-navigation .menu>.menu-item-language>a { /* Change font weight on menu categories */
        font-weight:400;
    }
    
    div.page-title h1 { /* Change size on title */
        font-size:32px;
    }

    3. Could you please provide some screenshots for better understanding?

    Kind Regards
    Xtemos

    #26751

    ishop24by7
    Participant

    Thanks for your quick reply !!!

    I tried the CSS codes , shop title works but category menu is still same.

    please find the attached file for more details.

    Best Regards,

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

    ishop24by7
    Participant

    i am using Home Fashion as a base page.

    #26767

    Artem Temos
    Keymaster

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

    div.vertical-navigation .item-level-0>a, 
    div.vertical-navigation .menu>.menu-item-language>a { /* Change font weight on menu categories */
        font-weight:400!important;
    }

    We still can’t understand what do you want to do with dark version?

    #26769

    ishop24by7
    Participant

    Still the category font weight doesn’t work.
    regarding 3rd question , by default system displays white / transparent background , if i use dark them color by selecting an option which i sent it to you in my previous comment , system displays black background , is there anyway to change the color from black / white to another color.

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

    Artem Temos
    Keymaster

    Could you please provide us your admin access so we can check the categories font first?

    #26818

    ishop24by7
    Participant

    Hope if i send it (admin access user name and password) as private content which is only visible to you? am i correct.

    #26819

    Artem Temos
    Keymaster

    Sure, you can post it via the private content field and it will be visible to us only.

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