Home Forums WoodMart support forum Page title adjustment

Page title adjustment

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

    Rene
    Participant

    Hi there,

    Good day! I hope the Woodmart team is well.

    How can i adjust the following?

    1: Page title category text to only 1 capital letter, instead all uppercase? (Please see image 1 in priv content)
    2: Change text colour of page title category dropdown? (Please see image 1 in priv content)
    3: Change colour and hover colour of page title category dropdown product count? (Please see image 1 in priv content)
    4: Change colour and hover colour of page title category text product count ? (Please see image 1 in priv content)

    5: Color the video and image enlarge button on single product pages? (Please see image 2 in priv content)
    6: How to apply the pre-set properly to product pages? Please see image 2. I’ve made some pre-sets to apply some text before the add to cart button, based on Term ID is equal to “xxxx” Tag. How ever it isnt applying properly i think. I’ve ran all wo otools ,and flusched all caches, but no result, double checked ect.

    (Please see screen shots, login en other in private)

    Many thanks in advance and have a great day,

    #522088

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
    https://ibb.co/wWxJTwQ

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    05. Please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-action-btn.wd-style-icon-bg-text>a {
        background-color: #d30707 !important;
        color: #fbe9e4 !important;
    }

    06. For this issue, I will contact the lead developer and then I will give you a possible solution.

    Best Regards.

    #522215

    Rene
    Participant

    Dear Aizaz,

    Good day!
    Many thanks for your reply.

    About question 1 to 4:
    This does not solve the issue to be really honest. I’m looking for the CSS selectors to invert the colours of the:
    -background
    -tekst
    -product count
    – and hover color

    Of the secondary and flyout 3rd level page title’s on PC and mobile. Please see explaing image in priv content.
    Could you please recheck it?

    I think the link tekst will be something like this, but i need to know for sure ;):
    .wd-nav[class*=”wd-style-underline”] .nav-link-text::after {
    }

    About 5: solved! Many many thanks!

    About 6: rorger that, i’ll await.

    Have a great day,

    Br. René

    #522538

    Hello,

    1. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-nav[class*="wd-style-underline"] .nav-link-text {
        text-transform: capitalize;
    }

    2. You can change the color by using the below custom CSS code:

    .wd-sub-menu li>a {
        color: #ea0838;
    }

    3. Please use the below custom CSS code:

    .wd-nav-product-cat .nav-link-count {
        color: rgb(223 6 6 / 60%);
    }
    .wd-sub-menu li>a:hover {
        color: rgb(26 216 143 / 80%);
    }

    4. Please use the below custom CSS code:

    .wd-nav[class*="wd-style-"]>li:hover>a {
        color: rgb(74 212 22 / 80%);
    }

    Best Regards.

    #523488

    Rene
    Participant

    Dear Aizaz,

    Good day!

    Many thanks for your solutions and great support.
    The page titles adjustments are all solved.

    Only the template issue based on Term ID is equal to “xxxx” Tag remains.
    I’ll await the futher checkings by your lead developer.

    Many thanks and have a great day,

    Br. René

    #523973

    Hello,

    I have confirmed with the lead developer and he tells me that, you need to select the condition "Single posts from term" (https://prnt.sc/Y–lvqPiMyUB) because the "Term ID"condition is for an archive page and not a single page.

    Best Regards.

    #524013

    Rene
    Participant

    Dear Aizaz,

    Good day!

    It’s working like a charm.

    Many thanks!

    Have a great day

    Br. Rene

    #524014

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Page title adjustment’ is closed to new replies.