Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #159292
    evergreenw60
    Participant

    We have 2 issues:

    1- How do we move the title of the blog to be flush left? Can we customize the exact placement of flush left by using numbers to align the Shelly (in title) with the Shelly in the left corner of the photo? Also, how do we move the menu words also to be left flush?

    2 How can we customize the color of the rollover action of the title? We don’t want blue, but another custom color.

    Blog referenced is shellyandcococreate.com

    #159350
    Skandha
    Participant

    @evergreenw60: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To move the title and menu to the left */ 
    #header-content {
    	margin-left:0 !important;
    }
    
    #header-content, #access div, #access-secondary div, #access-footer div {
    	margin:0 !important;
    }

    You seem to have succeeded in changing hover color of the site title.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Move Title & Menus To Flush Left and Changing Rollover Color’ is closed to new replies.