Color & Portfolio Link Icon

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2649
    Saroja
    Member

    Hi there,

    (1) How do I remove the link icon when you hover over the the portfolio item?
    I saw this code on the forum when I added it to the custom css, it didn’t work.

    .type-portfolio .image-area .image-info h3 { display: none; }

    When the link icon is removed, I also would like to center the magnifying glass icon.

    (2) How do I change the blue skin color of the theme?

    Thanks.

    #2662
    livemesh
    Keymaster

    1) Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file

    .image-info a.post-link {
    display: none;
    }
    .image-info .image-info-buttons {
    width: 48px;
    margin-left: -24px;
    }
    

    2) Changing the color involves editing the CSS file maintained for the skin /css/skins/default.css. If you edit this small file replacing the color #10a8b5 with one of your own, most of the colors should get changed. Let me know if you find something not changing and need help. Thanks.

    #2695
    Saroja
    Member

    First issue resolved. But still having problems with the color change. I changed the color in the defualt.css – but nothing changed on the homepage

    – Social Icons
    – Current Menu Item
    – Command Button
    – Hover over color for the three services tab
    – Little icon above the “some our recent work”
    – Testimonials quotes and three dots

    Thank you so much for your help.

    #2698
    livemesh
    Keymaster

    Can you pls post the URL please in a private message? Icons and images will not change the color unless they are icon fonts. I will have a look and get back to you. Thanks

    #2748
    Saroja
    Member
    This reply has been marked as private.
    #2773
    livemesh
    Keymaster
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.