• Hello!

    I am trying to change the color palette of the site: https://waymantisdale.org/ from the standard blue color to the hex # cf162d (red).

    I have a wordpress.com site with the same theme (https://waymantisdaleblog.wordpress.com/) and it let me choose a red color palette, but I can’t seem to get all the css elements correct with the www.remarpro.com site- many elements are still blue, especially the hover color on the menu.

    Is there an easy way to change the color palette from blue to red?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello melodygrace88,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder


    a.more-link {
    color: #cf162d ;
    }
    a.more-link:hover {
    color: #303030 ;
    border-bottom-color: #303030 ;
    }
    .navigation-classic .secondary-navigation a:hover,
    .navigation-classic .secondary-navigation a:focus,
    .navigation-classic .secondary-navigation a:active {
    border-bottom-color: #cf162d ;
    color: #cf162d ;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    @addweb-solution-pvt-ltd: Could you please not advise users to modify their theme’s style.css file? As of WordPress 4.7, every WordPress site comes with the built-in CSS editor you mentioned above via Dashboard > Appearance > Customize > Additional CSS. It’s not necessary to suggest something that might cause someone to lose their changes. Thank you.

    Moderator Kathryn Presner

    (@zoonini)

    melodygrace88 – do you still need any help? I don’t see Edin running on your site at the moment.

    The red palette for Edin from your site on WordPress.com can be copy-pasted from the following Gist (code snippet) and added to the Customizer’s built-in CSS editor, at Appearance > Customize > Additional CSS.

    https://gist.github.com/zoonini/6d9657312c0c8c0695359e21867f45b4

    Just let us know if you need further help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color Palette Change’ is closed to new replies.