This topic has 1 reply, 2 voices, and was last updated 11 years by Laura.

  • Author
  • #43252
     jwchameleoncorp
    Participant

    Website: http://travelcuckoo.com
    Latest versions of BP, WP, and Sweetdate

    Hello,

    I just purchased Sweetdate and have a couple questions…

    1. The very top menu/border contains the social icons. Is there a way to customized the color of the menu background and the social icons?

    2. When electing to make the top menu “sticky”, is there way to customize the color of the sticky menu background?

    Thanks!

    #43295
     Laura
    Moderator

    Hello, please follow the steps:

    1. Add this to your style.css in child theme:

    COPY CODE
    
    .top-links {
    background: #000 !important;
    }
    .top-links, .top-links a, .circular-progress-item input, .ajax_search_image .icon {
    color: #000 !important;
    }
    

    Change #000 with the color you want.

    2. The same as above, use this in style.css from child theme and change the color

    COPY CODE
    
    .sticky.fixed {
    background: rgb(0, 0, 0);
    background: rgba(89, 89, 89, 0.6);
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?