• Resolved shanacorbin

    (@shanacorbin)


    Setting up a blog for a client and have a few questions if anyone is awake. πŸ™‚

    The site is http://www.vanessamyers.org

    Is there anyway to eliminate the shadow around the site box? Along with that thin black line on top of the header?

    How do I change the color of the dropdown from black to the light blue of the Menu Hover/Active Bkgds?

    How can I shorten the white space between the main navigation and the first post’s title?

    I’ve got the Custom CSS plugin and I’m not afraid to use it. Well…maybe a little. πŸ˜‰

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi shanacorbin,

    Please add the following css to fix the issue:

    #page{
    	box-shadow:none;
    }
    
    .primary-navigation li a:hover,
    .primary-navigation li:hover a {
        background-color: #ddd;/*your desire color*/
    }
    #content {
        padding: 1rem 0 3rem;
    }

    Note: use the custom css plugin or child theme stylesheet to write custom css.

    Thanks

    Thread Starter shanacorbin

    (@shanacorbin)

    Worked perfect, thank you!

    Theme Author Styled Themes

    (@gejay)

    Hi shanacorbin,

    If you face any problem in further, please let us know.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Padding, spacing and a dropdown color’ is closed to new replies.