Home Forums WoodMart support forum Custom Color

Custom Color

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

    imbacactus
    Participant

    Hello, I was wondering if you could let me know how can I change the color of all underline objects to a custom one (e2000f)? I have seen on the demo this was done by inserting the <u> – </u>, but I cant find where to define it. https://woodmart.xtemos.com/demo-tools/demo/tools/
    Thank you

    #241964

    Hello,

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

    .btn-style-link.btn-color-primary {
    	border-color: #e2000f;
    }

    Regard’s.
    Xtemos Studios.

    #242063

    imbacactus
    Participant

    Thank you for your response. Unfortunately, I tried adding the code you suggested on the custom css but it doesn’t seem to change anything (see screenshot: https://i.imgur.com/oucUU9v.png). Could you please advise on what else I can change?

    #242181

    Hello,

    I saw the screenshot you attached and visited your website and the border-color is working fine on my end.

    Screenshot for Clarification: https://prnt.sc/vkknjm

    If you are trying to ask anything else then please provide with some relevant screenshots of the specific area Which color you are trying to change to check it myself and help you out accordingly.

    Best Regards.

    #242188

    imbacactus
    Participant

    Hello, thank you for checking. I am referring to the custom color which is applied on the fonts using the <u> on the demo. Please see the screenshot for clarification: https://i.imgur.com/SCPeN5l.png

    #242248

    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.

    .wpb_wrapper .promo-banner u {
    	color: #e2000f;
    }
    
    .wpb_wrapper .title-wrapper u {
    	color: #e2000f;
    }

    Best Regards.

    #242359

    imbacactus
    Participant

    Thank you for your response, i added the new css but it doesn’t seem to alter the color either. Could you please take a look again? i include the login info for the website

    #242455

    Hello,

    Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wpb_wrapper .promo-banner u {
        color: #e2000f !important;
    }
    .wpb_wrapper .title-wrapper u {
        color: #e2000f !important;
    }

    If it still doesn’t work then provide the correct login details because when I tried to log in to your website it displayed a 403 forbidden error.

    Regard’s.
    Xtemos Studios.

    #242569

    imbacactus
    Participant

    I replaced the previous css once again but there is no change. I am attaching a different user for you to login.

    #242576

    Hello,

    Sorry but I am still unable to login with the new credentials you provided.

    Screenshot for Clarification: https://prnt.sc/vlg7mt

    Please allow me access to the site because without login in to the website I am unable to help you.

    Best Regards.

    #242671

    imbacactus
    Participant

    I am sorry I don’t know how to change the error you are receiving. I attached two different valid admin accounts that are already used by people loging in from different locations. If you have any suggestions please do let me know.

    #242759

    Hello,

    Please read the following article to fix the error:
    https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/

    Best Regards.

    #259291

    imbacactus
    Participant

    Thank you for your help Aizaz, i fixed the 403 error and the issue with the font. You can close this issue

    #259336

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.

    So thanks for your kind words and we look forward to seeing you again.

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

The topic ‘Custom Color’ is closed to new replies.