- This topic has 13 replies, 6 voices, and was last updated 5 years, 8 months ago by Hash.
- AuthorPosts
- March 9, 2016 at 9:35 pm #94jeklaParticipant
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.
March 10, 2016 at 1:33 pm #95HashKeymasterHi,
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 #164demaParticipantHi,
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 #166HashKeymasterHere 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 #170demaParticipantYou are great!!
Thanks a lot, I appreciate your help!
AndreaMarch 31, 2016 at 1:59 pm #176HashKeymasterThank 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 #877hazminnizamParticipanthi,
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 #882HashKeymasterUse this
.widget-area .widget-title:before, .widget-area .widget-title:after{ display:none; }
October 25, 2016 at 4:24 pm #894hazminnizamParticipantthanks,
your support team really great!
October 25, 2016 at 8:03 pm #901HashKeymasterThank 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 #5042ppfer80ParticipantHello 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 #5152HashKeymasterHi,
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 DeitzParticipantI 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 #5980HashKeymasterFrom 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.