Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #127524
    [email protected]
    Participant

    Struggling to find custom CSS to change the font colour of the footer please and hover-over colour for the links.

    #127571
    tikaram
    Keymaster

    @clvanstadengmail-com : Please post in your site URL.

    Regards,
    Tikaram

    #127574
    [email protected]
    Participant

    Site is under construction until complete and can only access wp-admin

    Want to change the color of the text in the footers 1, 2 and 3 in the fotografie theme please.

    #127643
    tikaram
    Keymaster

    @clvanstadengmail-com : Let me know when your site is accessible.

    Regards,
    Tikaram

    #127659
    [email protected]
    Participant

    Hi Tikaram

    Site url: http://www.xtremeairguns.co.za

    Thanks

    #127674
    tikaram
    Keymaster

    @clvanstadengmail-com : Go to Appearance => Customize => Additional css and add the following css.
    For footer text color

    .site-footer .widget-column  {
    	color:#color-code;
    }

    For footer links :

    .footer-widget-area a {
    	color:#color-code;
    }

    For footer link hover

    .footer-widget-area a : hover {
    	color:#color-code;
    }

    Please replace #color-code with the desired html color code of your choice.

    Regards,
    Tikaram

    #127694
    [email protected]
    Participant

    Perfect thank you

    #127763
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    #129885
    harmwal
    Participant

    Can you also tell us how to change the footer background color? I want to change the footer and the top main menu background from black to a grey. Thank you!

    #129913
    tikaram
    Keymaster

    @harmwal : Please post in your site URL.

    Regards,
    Tikaram

    #129954
    harmwal
    Participant
    #130028
    tikaram
    Keymaster

    @harmwal : Go to Appearance => Customize => Additional css and add the following css.

    .site-footer {
    	background-color: #808080;
    }
    #masthead {
    	background-color: #808080; 
    }
    .site-header-main {
    	background-color: #000;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #130062
    harmwal
    Participant

    That worked – thank you very much!!

    #130082
    tikaram
    Keymaster

    @harmwal,

    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Footer Text Colour’ is closed to new replies.