Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #678996

    Hi,

    I would like to change the Primary Color in the Main Content for the subsequent link. The font color for the form, link and strong text should be the same as in the titel of the page.

    I’ve aleady tried this, but it doesn’t work so far:

    .page-id-6264 .alternate_color {
    color:#5b9d29 !important;
    }

    I further wonder if I could also change the logo on this page, as well as the background color of the submenu bar?

    Many thanks and best regards,
    Michel

    #680503

    Hey Aline!

    Thank you for using Enfold.

    Please use this in the Quick CSS field:

    .page-id-6264 .main_color a, .page-id-6264 .main_color strong {
        color: #5b9d29;
    }

    For the logo, you can do this: http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/

    Regards,
    Ismael

    #682296

    Thank you Ismael. That worked perfectly.

    I further placed a form on this page and would like to change the color of the send button. What do I need to add to the CSS?

    Regards,
    Michel & Aline

    #682925

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-6264 .wpcf7-submit {
    background-color:red !important;
    }

    Thanks,
    Rikard

    • This reply was modified 7 years, 6 months ago by Rikard.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.