Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #157337
    israel_finn
    Participant

    Hi, I have three issues I’d like to resolve.
    1. I’d like the site title and tagline to be a little bigger.
    2. I’d like the menu to align to the far right of the site title.
    3. I’d like to change the color of site title on hover to gray.

    Thanks! https://israelfinn.com/

    #157356
    sapana
    Participant

    @israel_finn: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.
    /*To change site title and tagline size*/

    #site-title {
        font-size: 40px;
    }
    #site-description {
        font-size: 20px;
    }

    /*To align menu to the far right of the site title*/

    #secondary-menu {
    margin-left: 550px;
    }

    /* To change the hover color of the site title*/

    #site-title a:hover{
    color:#808080;
    }

    Let me know if this works for you!!

    Kind Regards,
    Sapana

    #157386
    israel_finn
    Participant

    Sapana, I actually wanted the menu in the masthead to the far right of the title. Is that possible? Thanks!

    #157413
    israel_finn
    Participant

    Please disregard my last reply. Thanks!

    #157453
    sapana
    Participant

    @israel_finn:Hello, there,I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/adventurous/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Site title, tagline, and menu’ is closed to new replies.