Help with colour changes

Discussion in 'Appointway WordPress Theme' started by pauljw, Dec 21, 2020.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    I have started a new web site.

    I tried to use some css (with changes of colour) from an existing site.

    I'm not doing very well :-(


    The new site is:


    https://centralleathercare.co.uk/

    The blue colour is: #1d2c55

    The gold colour is: #d2a387

    I need the menu tabs text & the separator colours to be gold #d2a387

    I need the Graphic of the mobile phone to be removed.

    Also, on the mobile menu, at the top, it is black. I need that to be blue #1d2c55


    So after messing it up, I now have this in the CSS:
    Could you tell be what to do with it to get the results I need.

    Thank you :)

    My current CSS:

    .recaptcha_only_if_privacy {
    display:none;
    float: none!important;
    position: absolute!important;
    top: 27px!important;
    }
    .call-us p {
    background: none;
    }

    .slider_wrapper {
    display: none;
    }

    .header_container {
    background: white;
    }
    .menu_container { background: #1d2c55; }
    .call-us p {
    color: #d2a387;
    }
    .call-us a {
    color:#d2a387;
    }
    #menu .ddsmoothmenu li a {
    color: #ffffff;
    }
    .mean-container .mean-bar {
    background: blue;
    }
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    #menu .ddsmoothmenu li {
        border-right: 1px solid #d2a387;
    }
    #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a, #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a, #menu .ddsmoothmenu li.current-menu-item > a {
        color: #d2a387;
    }
    Regards,
    Shemaela
    InkThemes.com
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thanks Shemaela, it worked well.

    Should I delete the rest, or just leave it?

    Merry Christmas, Paul :)
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    You can delete the rest.
     

Share This Page