Home Forums WoodMart support forum Can't change the tittle size on mobile

Can't change the tittle size on mobile

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #303270

    fineorganics
    Participant

    I want to change tittle size but this work just on PC. How i can add code?

    I added

    .page-title .title {
    font-size: 28px !important;
    line-height: 1.2;
    }

    #303325

    Hello,

    Please Replace your previous Custom CSS with the following then clear cache and check back.

    .page-title .entry-title {
        font-size: 50px;
    }

    Regards.
    Xtemos Studios

    #303335

    fineorganics
    Participant

    Not working.
    I don’t understand why. I think this is bug.

    #303347

    Hello,

    It seems that there are syntax Errors in the Custom CSS area that’s why it is not working.

    Please provide the admin panel login details of the website to let me assist you further.

    Best Regards

    #303375

    fineorganics
    Participant
    #303488

    Hello,

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

    .page-title .entry-title {
        font-size: 50px;
    }

    This will change the page title size on mobile.

    If you are trying to ask anything else then please provide with some relevant screenshots of the specific area where the title is enabled because currently, the page titles are disabled on your mobile.

    Regards.
    Xtemos Studios.

    #303517

    fineorganics
    Participant

    Not working, i said, this is bag.
    I provide the admin panel login details of the website to let you assist me.

    #303535

    Hello,

    I have logged into your website.

    There is a syntax error in the custom CSS code. @media query bracket needs to be closed in the end. Please close it then the CUstom CSS will Work.

    Screenshot for Clarification: https://monosnap.com/file/nZvTQAorQ48ymmGUu0ZiBrBqqDNvlY

    Best Regards

    #303542

    fineorganics
    Participant

    Yes. Thanks! Worked! Love you!
    Can you help me how to add back by category on the mobile version?

    #303593

    Hello,

    You are Most Welcome.

    We are Glad that your issue has been Resolved.

    Please provide a relevant screenshot where you want to add the back button to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #303661

    fineorganics
    Participant

    Like on PC.

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

    Hello,

    I saw the screenshot you attached. This button is not set to be displayed for mobile devices.

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

    .wd-back-btn {
        display: inline-flex;
    }
    .wd-back-btn>a:before {
        content: "\f121";
        font-family: "woodmart-font";
    }

    Regards.
    Xtemos Studios.

    #304008

    fineorganics
    Participant

    Thanks

    #304069

    Most Welcome!!!

    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 14 posts - 1 through 14 (of 14 total)

The topic ‘Can't change the tittle size on mobile’ is closed to new replies.