This topic has 7 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #114549
     osadosad
    Participant

    Hello) Thank you for the great theme)

    can you help please?

    1) How can I move menu to the very top so it will be on the same level as profile-log in buttons?

    2) How can I move  profile-log in buttons?

    3) How can I move logo up also?

    4) How can I change color of “profile” button and “log out” button?

     

    Many thanks in advance.

    Nadya

    #114910
     Laura
    Moderator

    Hello, just add this to style.css of child theme 🙂

    COPY CODE
    
    ul#menu-sweetdate {
        margin-top: -6.5%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #114923
     osadosad
    Participant

    thank you a lot that worked)

    and what about logo and log in-profile buttons? how they can be moved?

    Many many thanks in advance!

    #115539
     Laura
    Moderator

    Hello, try the following

    COPY CODE
    
    .eight.columns.login-buttons {
        margin-left: -15%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #116711
     osadosad
    Participant

    Thank you so much that one worked too)

    Could you help please with the rest of questions too 🙂

    3) How can I move logo up also?

    4) How can I change color of “profile” button and “log out” button?

    #117305
     Laura
    Moderator

    Hello, to move the logo you can use the following css

    COPY CODE
    
    #logo img {
        margin-top: -8%;
    }
    

    Profile button colors:

    COPY CODE
    
    li.relative.btn-profile a {
        background: black !important;
        border: black !important;
        color: white !important;
    }
    .tiny.secondary.button.split.dropdown {
        border: black !important;
    }
    .btn-profile .button.dropdown > ul, .button.dropdown.split.secondary > span {
        background: black !important;
        border: black !important;
    }
    .btn-profile .button.dropdown.split.tiny span:after {
        border-color: white transparent transparent transparent !important;
    }
    

    Log out button

    COPY CODE
    
    a.tiny.button.radius.btn-logout {
        background: white;
        color: black;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #117449
     osadosad
    Participant

    Thank you so much)
    That all worked)

    Have a nice week!

    #118016
     Laura
    Moderator

    Glad it worked 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?