Custom CSS and Menu

  • Posted in : Read WP
  • communlundi
    Participant

    Hello :)

    I wanted to make some changes in the theme :

    1. The size of the all my post title and main text.

    2. Hover color on the menu in the header (example in your menu’s demo theme : for “home” – “about” – “portfolio” etc.) i want a different color like in the “let’s socialize” into your sidebar).

    3. Same thing, change the hover color in “Tags”

    Thank you !

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width:768px) {
        .blog-posts h1.entry-title { font-size: 24px; }
    }
    .main-navigation ul li a:hover {
        color: #096;
    }
    .post-tags a:hover {
        color: #096;
    }
    
    communlundi
    Participant

    Great ! Many thanks

Viewing 3 posts - 1 through 3 (of 3 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