Home Forums Square Changing Theme Colors

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #94
    jekla
    Participant

    Hi.

    I really like your theme. Just a few questions:

    1) Is it possible to change the colors? Your light green (?) is not fitting very well. I would need a kind of blue. Du I have too chance that in the CSS?

    2) Contact form is not working. Do I need a special plugin for that?

    Appreciate your feedback.

    #95
    Hash
    Keymaster

    Hi,

    1. There is no option in the theme to change the color. But with custom CSS, yes it is possible. But there are lots of changes that need to be done which can not be written here. We do offer paid support to change the color if you want.

    2. Yes, you need to install plugin for that. You can use Contact Form 7 or any another plugin for that.

    #164
    dema
    Participant

    Hi,
    very well theme, Bravi!
    I customized in the CSS many aspect related to “colour”, eg: “font colour”, “menu item colour”, “background colour”, etc.
    I didn’t find which is the “element” in the CSS related to the “short azure line” you can find below some”titles”, eg: below the “About us” in the footer or below “Cross browser Compatible” title in the featured section.
    Thanks a lot for your help..

    Andrea

    #166
    Hash
    Keymaster

    Here is the CSS that will help you. @dema

    .sq-main-title:after,
    .sq-main-title:before,
    #sq-colophon h5.widget-title:after,
    .sq-featured-post h4:after{
    background:#FF0000;
    }

    #170
    dema
    Participant

    You are great!!
    Thanks a lot, I appreciate your help!
    Andrea

    #176
    Hash
    Keymaster

    Thank you.. Glad to help you.

    You can help us by reviewing here https://wordpress.org/support/view/theme-reviews/square?filter=5 🙂

    #877
    hazminnizam
    Participant

    hi,
    i use this code to hide “the line” below page title

    .sq-main-title:after,
    .sq-main-title:before,
    #sq-colophon h5.widget-title:after,
    .sq-featured-post h4:after{
    display:none;
    }

    how to hide “the line” below sidebar title also.

    thanks

    #882
    Hash
    Keymaster

    Use this

    .widget-area .widget-title:before,
    .widget-area .widget-title:after{
    display:none;
    }
    #894
    hazminnizam
    Participant

    thanks,

    your support team really great!

    #901
    Hash
    Keymaster

    Thank you.

    If you are happy then Please like our Facebook Page https://www.facebook.com/hashtheme/
    And make sure to rate our theme https://wordpress.org/support/view/theme-reviews/square?filter=5

    #5042
    ppfer80
    Participant

    Hello Hash Themes Staff,

    I need to change the hover color of the main menu. Can you help me out with custom CSS to do it?

    Thanks in advance

    #5152
    Hash
    Keymaster

    Hi,

    Here is the CSS code. Change the color code as required.

    .sq-main-navigation li:hover > a{ color: #FF0000 }

    #5944
    Destiny Deitz
    Participant

    I tried adding this custom CSS code to change the hover color, but it isn’t working, can you assist?

    sq-main-navigation li:hover > a{ color: #FF0000 }

    #5980
    Hash
    Keymaster

    From your above CSS code, you missed dot (.)

    And the above CSS only works with Square Free theme only.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.