Viewing 2 replies - 1 through 2 (of 2 total)
  • assuming you have made a child theme, you will need to make the changes to in the css to

    .socials a{
    border: 1px solid #000;
    color:#000;
    }
    .socials a:hover{
    background: #000;
    }

    the same for the navigation

    .main-navigation {
    background: none repeat scroll 0 0 #000;
    border-bottom: 3px solid #000;
    clear: both;
    display: block;
    font-family: “Lato”,sans-serif;
    font-weight: 300;
    position: relative;
    }

    Use firebug plugin for firefox, will help

    Theme Author Access Keys

    (@access-keys)

    Hi longviewindustries,
    Did you solved your problem as per the solution suggested by JesterFX. Please let us know if we can be of any help.
    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changes’ is closed to new replies.