• Hi all, I have two questions:

    1. I would like to take out from my website the “blog” section…how can I do that?

    2. In the buttons on the top menu (on text) and in the “Portfolio” section(on the symbol that appears), when it’s hover it stills orange, I would like to change this colors. Anyone can help me with that?

    My website: https://www.essentialscommunications.com/blog/

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sergioemjr

    (@sergioemjr)

    I found how to disable the blog section using:

    .section-blog {
    display: none;
    }

    So now I just need the other bit, color issue in the buttons

    Tks!

    Hey your website looks cool!

    can I ask how you change the hover fill colour on your more details button at the top of the page?

    Thread Starter sergioemjr

    (@sergioemjr)

    Hi, do it like this to change the color of the main button at the top of the page:

    .featured-content .btn:hover {
    background-color: #5b0c0c;
    }

    Hope that helps!

    Worked a treat thanks!

    How do you change the mouse hover colour over the portfolio section?

    Thread Starter sergioemjr

    (@sergioemjr)

    First, you need to create a new image, I just did a new one with a different color, but you can use anything(needs to be a .png), then add this to your css:

    .portfolioContainer a:hover {
    cursor: url(‘URL OF YOUR PNG’) 35 35, auto;
    }

    Hope that helps!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to disable the BLOG section / Buttons hover color’ is closed to new replies.