Home Forums WoodMart support forum Moved: Reply To: fix the issue with my footer because the colour will not change.

Moved: Reply To: fix the issue with my footer because the colour will not change.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #192285

    SamDCEO
    Participant

    I do not understand what customisations you are talking about. I have not customised the website.

    I have been asking for your team to fix the issue with my footer because the colour will not change.

    I have deactivated plugins and now I am asking for your help. Will you please assist me??

    #192411

    Hello,

    Footer font text may be light or dark by default that is set in the Theme Settings > Footer https://prnt.sc/sb6bh9

    As you can see on the screens, I have tasted and seen that the option works correctly.

    Light version: https://prnt.sc/sb6adq

    Dark version: https://prnt.sc/sb6b75

    If you want to set any custom colors, you can change the font by means of an Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

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

    If you have any other unsolved issues, please create a separate topic for each of them.

    Best Regards

    #192424

    SamDCEO
    Participant

    That’s great, can you make it white please?

    #192425

    SamDCEO
    Participant

    It isn’t working for me

    #192441

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .footer-container.color-scheme-dark p{
    color:white;
    }
    body .footer-container.color-scheme-dark div{
    color:white;
    }
    body .footer-container.color-scheme-dark h5{
    color:white;
    }
    body .footer-container.color-scheme-dark h5 a{
    color:white;
    }
    body .color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a{
        color: white;
    }

    Best Regards

    #192525

    SamDCEO
    Participant

    I entered that code however it only changed the text to white and the not the background colour.

    #192595

    Hello,

    You can change the background color in the Theme Settings > Footer.

    Best Regards

    #193154

    SamDCEO
    Participant

    You continue to say that and I have followed the documentation but due to whatever reason, it does not work.

    I am asking you to make it white as per your previous screenshot.

    #193161

    Hello,

    Please provide the screen that you want to change. I have provided instruction and custom code, I told you how to change the background in the footer. Now I do not understand your problem.

    Best Regards

    #193775

    SamDCEO
    Participant

    The footer background as attached. I would like it to be white.

    Custom CSS does not work and neither does editing via backend.

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

    Hello,

    Please disable the plugins not related to the theme and check the issue: https://gyazo.com/e60cdbda2122840e1bd3bb7a791ec1d5

    Some of your plugins rewrite theme settings styles.

    Best Regards

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