How to set the Product Description tab to be open by default on ELLA theme

There’s no theme setting for this… I need the Product Description tab to be open by default on desktop on my product page template.

URL: https://hello-samah.myshopify.com/products/daisy-inflatable-pool

Password: zuyiay

Any help would be much appreciated. The theme developers Halo Themes have not responded to my support ticket.

And - does anyone know what css I can use to make the logo bigger? I’ve really struggled with this theme in making the logo not pixellated and getting it to the right size.

Any help wold be much appreciated!

Hi @megeh

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css ->paste bellow code in bottom of file

@media (min-width: 1025px)

.container {

max-width: 1350px !important;

}

@media screen and (min-width: 1025px)

.header__heading .h2 {

font-size: 50px !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

I am also looking for a solution to this problem, and unfortunately the solution you suggested does not work :neutral_face:

Hi Megeh
PREVIEW

just add this code in “halo-product-tab.liquid”; it will work.
the position you can check the image I attached.
Code:
{% if block.type == ‘description’ %} is-active{% endif %}