Countdown Module From Voval Template - Question | JoomShaper

Countdown Module From Voval Template

L

Luis

Extension 2 years ago

hello, may i know why i cant remove the black background of the countdown module ( from the vocal template) and why when i try to resize the height doesn't save it? i dont find any info about this withing the documentation I'm trying to make the background totally transparent

0
13 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #24193

Thank you

I have added the custom code, you can check the screenshot below kindly:

vocalcss.JPG

Now the black background is gone, and for the height i have reduced the value to 600 px. You can adjust it as per your convenience.

You can check your site now and please do let me know if that's alright now.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #24179

Hi,

Can I have your site URL here, please?

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #24180

Hello

Thank you for your query. Could you provide your site URL please?

0
L
Luis
Accepted Answer
2 years ago #24181

ok look at hidden content

Thanks

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #24185

Please use the following code in Custom CSS section to adjust height & background color.

.sp_countdown {
    min-height: 600px !important;
}
.module .mod-wrapper {
    background-color: unset;
}

Please go to Extensions -> Templates -> Styles, then click on Template Options. From there you can go to Custom CSS and add the code

Kindly let me know if that works.

0
L
Luis
Accepted Answer
2 years ago #24186

The Vocal Template dosent have a Custom CSS section

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #24189

Can you please provide your administrative access? Use the hidden mode to share the log in credentials.

0
L
Luis
Accepted Answer
2 years ago #24190

ok here is

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #24192

You are supposed to have a custom.css file there in your template:

https://prnt.sc/19tj2kg

https://prnt.sc/19tiwg5

Best Regards

0
L
Luis
Accepted Answer
2 years ago #24195

Thank you

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #24198

Can you kindly share a screenshot of which background of the module do you want to show?

0
L
Luis
Accepted Answer
2 years ago #24199

I only needed to make the countdown module transparent. I already did it

Thanks for your help !

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #24201

I understand. Thank you for notifying.

You are most welcome.

0