• Resolved uashdo

    (@uashdo)


    Dear all

    I am quite desperate. I use the Hemingway theme, which is great.
    I use the ‘WP Add Custom CSS’ to give two pages a whole different look. But I don’t know where or how I can change the header background image, the logo or the accent color.
    All of these elements are part of the ‘customize’ function of the theme. Where can I change them for only certain pages?
    Is this somehow possible? Please…

    Thank you so much for your support!

    All the best,
    uashdo

Viewing 8 replies - 16 through 23 (of 23 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It needed the !important

    You don’t, try this instead:

    body .widget_text a:hover {
        color: blue;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this code instead:

    body .credits a:hover,
    body .widget_text a:hover {
        color: blue;
    }

    Thread Starter uashdo

    (@uashdo)

    You’re my hero. Now only the normal text is missing… Thank you for your patience!

    Thread Starter uashdo

    (@uashdo)

    ?? got it myself :-))

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean by normal text is missing?

    Thread Starter uashdo

    (@uashdo)

    Great!
    Now my only problem is the logo. No idea how to overrun the normal logo with an image or so?

    Thread Starter uashdo

    (@uashdo)

    Nothing is missing anymore. I solved that. Thanks!

    Thread Starter uashdo

    (@uashdo)

    Thank you so much for you support!
    I really apprechiate it!

    And please let me know if you have any idea to overrun the loge. This would be really important.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Hemingway theme: change header and accent color on one single page’ is closed to new replies.