This topic has 5 replies, 2 voices, and was last updated 10 years by kriscone.

  • Author

    Tagged: 

  • #17507
     kriscone
    Participant

    Hi,
    Trying to hide the top menu. used this code but does not hide it…
    .top-bar {
    display: none;
    }

    Wondering what i need to do. http://www.homediary.com.
    thanks

    #17509
     kriscone
    Participant

    one other thing. I would like to add some transparency to the member profile area where the user’s photo is and the profile details. can you provide the css to accomplish this?

    I would also like to add an option like you have on the Kleo there where you can show less for the user area….the blue area for the member profile takes up a lot of space so if the user could collapse it and show less it would be better.

    thanks

    #17853
     Abe
    Keymaster

    Hi @kriscone

    This is the right CSS. Use Chrome inspect element to find specific elements in your site

    COPY CODE
    
    
    .top-links {
        display: none;
    }
    

    I don’t understand where should the transparency apply but you have styling settings for buddypress profile area in Sweetdate – Buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #17962
     kriscone
    Participant

    I tried that and it did not work…still shows. I guess I thought initially it was the top-bar not top-links but neither one work…also added !important but no change….
    .top-links {
    display: none !important;
    }

    On the profile area, it is the blue area I would like to make semi transparent…I have a background image for each user if they upload it…

    Attachments:
    You must be logged in to view attached files.
    #18235
     Abe
    Keymaster

    I re-tested it and the topbar should disappear. Maybe you haven’t added it right, it should be added to the Sweetdate – Styling options – Quick css or in sweetdate-child/style.css

    You can disable the background color with this css
    div#profile {
    background: none;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #18245
     kriscone
    Participant

    adding the css in the child theme css file worked. I was doing it via the styling options page. thanks

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide the top menu’ is closed to new replies.

Log in with your credentials

Forgot your details?