Home › Forums › Themes Support › Gecko › Help with Details
- This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago by Harry.
-
AuthorPosts
-
-
March 31, 2017 at 10:00 pm #2742
Hi there,
I need some help with some changes in my clients website.
Please, find the questions below:
1) How do I change footers Menu Text Color?
2) How do I change the colors of the social media Button on this portfolio pages? How can I do to hide some buttons like Twitter?
3) How do I hide this In Stock in blue on Product Page?
4) How do I change this blue bar color ?
5) How do I translate this buttons to Portuguese?So sorry for all these questions! And once again, thank you for always helpful your assistance!
Warm Regards,
-
March 31, 2017 at 10:33 pm #2743
Hi,
1. You can change text color on footer by add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
#jas-footer, #jas-footer .widget-title, #jas-footer a { color: #fff;} change #fff with your color
2. You can change background of social by add custom CSS
.jas-portfolio-single .jas-social a { background: #000; color: #fff;} change #000 and #fff with your color
You can hide social by add code
.jas-portfolio-single .jas-social a.twitter { display: none;}
change twitter with (facebook, google-plus, pinterest, tumblr) if you want hide any icon
3. You can hide “In Stock” text by add custom CSS
.entry-summary .availability span { display: none;}
4. You can change blue bar with css code
.woocommerce-info {
background-color: #d9edf7;
border: 1px solid #bce8f1;
color: #31708f;
}Change #d9edf7, #bce8f1, #31708f with your color
5. You can follow our video to translate text to Portuguese at https://www.youtube.com/watch?v=8rQkm1aGeas
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 31, 2017 at 11:50 pm #2745
I saw an issue of your site on large screen 1920 x 1080
https://monosnap.com/file/xbJmH1GXF9i3zcr3Sxs8944e4vn4nW#
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.