Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi expressapp

    answer for Q No. 1:
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    div#header_wrap {
        background: black;
    }
    
    div#header {
        background: red;
    }

    or

    div#header_wrap {
        background: black!important;
    }
    
    div#header {
        background: red!important;
    }

    Q No. 2: Not sure what you want?
    Cheers
    Tahoe Rock

    Thread Starter expressapp

    (@expressapp)

    Hi Tahoe Rock

    Thank you very much for the “5 5tar Drive-Thru Support”

    1) I installed Simple Custom CSS plugin and added your first code, changed red to black and works perfect over here
    i tested on these
    * thinkpad PC laptop running chrome
    * dell laptop running opera browser
    * android tablet

    2) on home page the “notify” button is loinked to the booking page.
    I want to do the same thing for the “appointment.png” so when user clicks on that image it goes to my booking page

    thanks again / cheers
    -g

    I will take a look when I get home. Need developer tool for that

    Hi expressapp
    Im really sorry but I do not see any “notify” button
    I see just Book Now on top menu, Create & Book Your Fun Party – Click Here on CTA part of you site and 3 areas underneath What We Do section.
    All are hooked with Book Now page.

    The site look OK as I can see.
    Cheers
    TR

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Color on Page Header / Link "appointment.png"’ is closed to new replies.