Home › Forums › Themes Support › Gecko › Blog box color
- This topic has 10 replies, 2 voices, and was last updated 7 years, 8 months ago by vifalanghe.
-
AuthorPosts
-
-
March 15, 2017 at 1:08 am #2394
Hi there,
Please, could you help me? How do I change this black box color at the blog page?
Thank you so much!
Attachments:
You must be logged in to view attached files. -
March 15, 2017 at 1:13 am #2396
Hi,
You can change this background color by add custom css in JanStudio > Theme Option > General Layout > Custom CSS.inside-thumb { background: rgba(0,0,0,0.95);}
change 0,0,0 as your RGB number and 0.95 as opacity of background from 0 to 1;
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2017 at 1:24 am #2397
That’s perfect! Thank you!
Only one more question: Is there a way to hide the author name in this box?
Thanks once again.
-
March 15, 2017 at 1:26 am #2398
You can hide author name by add custom css
.post-meta span.author { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2017 at 1:27 am #2399
Perfect. Thank you so much!
Best Regards,
-
March 15, 2017 at 1:36 am #2400
We really appreciate if you take a time to help us rate for our theme 5 stars at https://themeforest.net/downloads that will help us in sale.
Thank you so much!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2017 at 1:37 am #2401
Done! Thank you so much 🙂
-
March 15, 2017 at 1:38 am #2402
Thank you so much! 🙂
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2017 at 3:30 am #2403
Hi there,
It’s me again! Sorry to disturb.
How can I change the color of the letters in this box?
Thank you so much!
-
March 15, 2017 at 7:20 am #2405
Hi,
You can add custom CSS
.inside-thumb a:not(.cg), .jas-blog-slider .post-thumbnail > div a, .inside-thumb { color: #fff !important; }
and change #fff with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2017 at 7:20 pm #2410
Perfect! Tks!!!
-
-
AuthorPosts
You must be logged in to reply to this topic.