Change font color of menu

  • Posted in : Read WP
  • Melastase
    Participant

    Hey guys,

    Is there a way to change the menu color to a different colour instead of black?

    Mel

    Melastase
    Participant

    ive tried through customization but the color doesnt change

    Melastase
    Participant

    Also something inbetween. Is there a css code to generate a drop shadow on masonry posts? :p

    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    .main-navigation ul li, .main-navigation ul li a {
        color: #091;
    }
    #search-submit {
        color: #091 !important;
    }
    

    2-) you can play with this custom css code to add shadow to portfolio masonry items;

    .portfolio-items img {
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    Melastase
    Participant

    Perfect, love you bro. Is there also a version to add the dropshadow to home page posts?

    Melastase
    Participant

    nvm. I changed the extention ‘.portfolio-items img{‘ , to ‘.blog-masonry img{‘ and it worked!

    Thanks again.

    ahmetsali
    Keymaster

    you are welcome, i am glad it helped.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register