Home Forums WoodMart support forum Shop Categories Label Color Chance

Shop Categories Label Color Chance

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #316373

    tsamis
    Participant

    Hi,

    Do I able to modify the color of the label of Categories? Besides, can I change the “Shop” name?
    I am aware there is a color setting for categories only for light or dark but dark was not the depth color I want.

    Please find my attached sample.

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

    Hello,

    I saw the screenshot you attached.

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

    ul.wd-nav-product-cat.wd-nav .nav-link-text {
        color: orange;
    }

    Best Regards

    #316505

    tsamis
    Participant

    Dear Aizaz,

    I tried but it only update on top banner categories color. Those bottom categories color remain unchanged.
    Please find my included images.
    Please advise.
    Thank you.

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

    Hello,

    I saw the screenshot you attached.

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

    h3.wd-entities-title.category-title {
        color: orange;
    }

    Best Regards

    #316678

    tsamis
    Participant

    Dear Aizaz,

    I updated the CSS but it’s won’t work.
    Please find attached screen shot.

    Please advise.

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

    Hello,

    Please provide the URL of the Shop page to check it myself and help you out accordingly.

    Regards
    XTemos Studio

    #317101

    tsamis
    Participant

    Hi Aizaz,

    Any update?
    Thank you

    #317107

    Hello,

    Sorry but I think you did not get my last message or reply. I have asked for the URL of the Shop page to check it myself and help you out accordingly.

    Regards
    XTemos Studio

    #317118

    tsamis
    Participant

    I was replied on private Content and i not sure you notice it or not.
    I update again on private content, if you didn’t see it ,please let me know.

    #317147

    Hello,

    Please use the below custom CSS code:

    
    h1.entry-title.title {
        color: orange;
    }
    
    .cat-design-center .wd-entities-title {
        color: orange;
    }

    Best Regards.

    #317636

    tsamis
    Participant

    Hi,

    can i add the stroke in title or word?
    and bottom category color cannot change..

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

    Hello,

    I have visited your website and the bottom category’s color is changing.

    Screenshot for Clarification: https://gyazo.com/271dbe5fab2dc05be37a0f378a25bd15

    And to add a stroke to the title try adding the following Custom CSS.

    h1.entry-title.title {
        -webkit-text-stroke: 2px darkgrey;
        -webkit-text-fill-color: red;
        -webkit-animation: fill 0.5s infinite alternate;
    }

    Best Regards

    #318134

    tsamis
    Participant

    hi,
    can i able to edit the color the circle i draw

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

    tsamis
    Participant

    hi,
    can all the category product display text product below?

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

    Hello,

    I saw the screenshots you attached.

    You can change the Notices color from Theme Settings >> Styles & Colors.

    Screenshot for Clarification: https://gyazo.com/fb34baae7778b804924e8600f4fee19e

    And you can change the categories style from Theme Settings >> Product Archive >> Categories style.

    Screenshot for Clarification: https://gyazo.com/f0f2dafcacc90c186aa035cc90c0567e

    Best Regards

    #318571

    tsamis
    Participant

    hi,
    for the shop product category how to change the font size and color ?

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

    tsamis
    Participant

    hi,
    can you follow this style font and size..
    provide me the css code.thanks

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

    Hello,

    I saw the screenshots you attached.

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

    .category-grid-item .wd-entities-title {
        font-size: 14px;
        font-family: 'Poppins';
    }

    Regards.
    Xtemos Studios.

    #318722

    tsamis
    Participant

    hi support,
    how about this style font and size?

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

    tsamis
    Participant

    hi support,
    can this style alternative picture make it bigger ?

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

    Hello,

    I saw the screenshot you attached.

    You can change the font size and style by changing the font size and font family in the CSS provided in the previous reply.

    If we try changing the size of the image using CSS then it will affect the image quality.

    Best Regards

    #318864

    tsamis
    Participant

    hi,
    i check pattern 2 we use below css
    .category-grid-item .wd-entities-title {
    font-size: 14px;
    font-family: ‘Poppins’;
    }
    pattern 3 we use below
    .cat-design-center .wd-entities-title {
    color: orange;
    }
    i need pattern 1 style to change font and color, since i use previous css also no effect.

    #318951

    Hello,

    Try the following CSS if you want to modify the Categories titles.

    .category-grid-item .wd-entities-title {
    font-size: 14px;
    font-family: ‘Poppins’;
    color: orange;
    }

    Regards.
    Xtemos Studios.

    #320723

    tsamis
    Participant

    hi,

    may i know this logo can change?
    is it go theme setting -> general->Favicon image (deprecated and > change?

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

    tsamis
    Participant

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

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

    Hello,

    You can change the favicon from Appearance >> Customize >> Site identity >> Site icon.

    Screenshot for Clarification: https://prnt.sc/10u4fdo

    I am currently marking this topic as resolved as you can see you always ask new questions in the same topic.

    If you have another issue then you can create a new topic for each of your issues.

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

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Shop Categories Label Color Chance’ is closed to new replies.