Remove text from Banner

Hi,

I’d like to customize 3 things with this theme. I’d be so appreciative if you could help me!

  1. Remove text / link to blog post from banner image (slider). I’d like a single static image.

  2. The banner isn’t auto-cropping the image. Currently, the image is full size (too tall) and not taking up the width of the banner space. When I watched the tutorial, the slider automatically cropped the image. However, it isn’t happening on mine. What did I miss?

  3. I’d like a double sidebar below the banner image. How do I enable that? I only see the the option for a right sidebar or none.

thank you!!

Hi @mittieroger,

I hope you are well today and thank you for your questions.

1. Remove text / link to blog post from banner image (slider). I’d like a single static image.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flexslider .flex-caption {
    display: none;
}
2. The banner isn’t auto-cropping the image. Currently, the image is full size (too tall) and not taking up the width of the banner space. When I watched the tutorial, the slider automatically cropped the image. However, it isn’t happening on mine. What did I miss?

The recommended image width for the slider is 1920px X 550px so please make sure your slider images are at least of size 1920px X 550px

Also use the following plugin to regenerate thumbnails on your site.

3. I’d like a double sidebar below the banner image. How do I enable that? I only see the the option for a right sidebar or none.

To help us keep support thread separates could you please create new thread for your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin