Home Forums Pro Themes Tourable Pro change colors in footer

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #148072
    Jose Arroyo
    Participant

    would like the color of the headers in the footer to be white and the background of the footer section to be the theme’s bright blue instead of black. Thanks

    #148088
    Psink
    Keymaster

    Can you please confirm Is it something like this?
    https://www.awesomescreenshot.com/image/7147698?key=7c5b40b304d7963cdc3a3ff3f8b96312

    Regards,
    psink

    #148120
    Jose Arroyo
    Participant

    yes, just like that. thanks

    #148154
    Psink
    Keymaster

    please add this css in additional css

    
    .footer-widgets-area.page-section.col-4{
    	background: #00bcd4; 
    }
    
    #colophon a, #colophon p, #colophon li, .site-footer strong {
        color: #c5c7c8;
    }
    
    #colophon a, #colophon p, #colophon li, .site-footer strong {
        color: #fff;
    }
    
    #colophon a:hover{
    	color: #c5c7c8;
    
    }
    

    have a great day

    Regards,

    #148183
    Jose Arroyo
    Participant

    Hi,
    I did and nothing changed. Would it had something to do with the fact that I’m not using a child theme? If so, how may I go about getting one? Please advise. Thanks

    #148198
    Jose Arroyo
    Participant

    Actually, I was able to create a child theme and it didn’t solve the problem. Please advise. Thanks.

    The Traveler Group

    #148203
    Jose Arroyo
    Participant

    Oh boy,
    I don’t know what is happening, but all of a sudden is working now. I hope it doesn’t revert back.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.