Home Forums Themes Support Gecko Blog box color

Topic Resolution: Resolved
Viewing 10 reply threads
  • Author
    Posts
    • #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.
    • #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

    • #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.

       

    • #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

    • #2399

      Perfect. Thank you so much!

      Best Regards,

    • #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

    • #2401

      Done! Thank you so much 🙂

    • #2402

      Thank you so much! 🙂

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #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!

    • #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

    • #2410

      Perfect! Tks!!!

Viewing 10 reply threads

You must be logged in to reply to this topic.