Change background color in header & footer + service list

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Touriny Change background color in header & footer + service list

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1548966
    Adriane Duric
    Participant

    Hi,

    how can I change the color of the header & footer background?

    Is it possible to edit the button text in the service list? I would like to change it.

    Many thanks for your help

    #1549017
    Adriane Duric
    Participant

    Can I also change the background color in the sidebar booking appointment widget ?

    #1550404
    J. Davis
    Keymaster

    Hi Adriane,

    You may add the style below at Appearance > Customize > Additional CSS

    /* Sidebar Background */
    .main-sidebar {
    background: #f55;
    }
    
    /* Footer Background */
    .site-footer {
    background: #f55;
    }

    There is no background color set for the Header. Could you please clarify what you’d like to change there?

    As for editing text of the buttons in the Services list, you can edit translations of the Touriny theme.

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