- This topic has 13 replies, 6 voices, and was last updated 6 years, 10 months ago by
Hash.
- AuthorPosts
- March 9, 2016 at 9:35 pm #94
jekla
ParticipantHi.
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.
March 10, 2016 at 1:33 pm #95Hash
KeymasterHi,
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.
March 30, 2016 at 7:58 am #164dema
ParticipantHi,
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
March 30, 2016 at 1:46 pm #166Hash
KeymasterHere 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;
}March 30, 2016 at 2:40 pm #170dema
ParticipantYou are great!!
Thanks a lot, I appreciate your help!
AndreaMarch 31, 2016 at 1:59 pm #176Hash
KeymasterThank you.. Glad to help you.
You can help us by reviewing here https://wordpress.org/support/view/theme-reviews/square?filter=5 🙂
October 24, 2016 at 7:06 am #877hazminnizam
Participanthi,
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
October 24, 2016 at 10:20 pm #882Hash
KeymasterUse this
.widget-area .widget-title:before, .widget-area .widget-title:after{ display:none; }
October 25, 2016 at 4:24 pm #894hazminnizam
Participantthanks,
your support team really great!
October 25, 2016 at 8:03 pm #901Hash
KeymasterThank 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=5April 4, 2018 at 6:18 am #5042ppfer80
ParticipantHello 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
April 9, 2018 at 9:12 pm #5152Hash
KeymasterHi,
Here is the CSS code. Change the color code as required.
.sq-main-navigation li:hover > a{ color: #FF0000 }
May 16, 2018 at 3:42 am #5944Destiny Deitz
ParticipantI 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 }
May 17, 2018 at 7:09 pm #5980Hash
KeymasterFrom your above CSS code, you missed dot (.)
And the above CSS only works with Square Free theme only.
- AuthorPosts
- You must be logged in to reply to this topic.