- Posts: 107
- Thank you received: 0
Advert1 ...3 colors
-
plive
Active member -
Topic Author
- Member
-
Less
More
3 years 6 months ago #48222
by plive
Advert1 ...3 colors was created by plive
Hello,
How can i change Advert1 to 3 colors ad background ?
link : 3soterik.com/dev/index.php
thank you
Regards
patrice
How can i change Advert1 to 3 colors ad background ?
link : 3soterik.com/dev/index.php
thank you
Regards
patrice
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
3 years 6 months ago #48225
by milos
Replied by milos on topic Advert1 ...3 colors
Hello,
You can change the background color in the template options, under Custom > CSS tab. Find this and change background color (it's #fff by default):
If you want to change the module headings color in these advert positions, in the same place change this:
to this (change #ccc with color of your choice):
To change links color add this with color of your choice:
To change the rest of the text, edit the modules and change text color in the Page Builder for the paragraph.
www.hotjoomlatemplates.com/sparky-page-b...ion/blocks/paragraph
Regards,
Milos
You can change the background color in the template options, under Custom > CSS tab. Find this and change background color (it's #fff by default):
Code:
.advertrow > .sparky_container > .sparky_cell {
position: relative;
background: #fff;
border:1px solid #f0f0f0;
border-radius: 2px;
width: 31%;
margin-top: -100px;
box-shadow: 0px 15px 16px -8px rgba(194,194,194,1);
}
If you want to change the module headings color in these advert positions, in the same place change this:
Code:
.advertrow h3 {
text-align: center;
font-size: 20px;
}
to this (change #ccc with color of your choice):
Code:
.advertrow h3 {
text-align: center;
font-size: 20px;
color: #ccc;
}
To change links color add this with color of your choice:
Code:
.advertrow a {
color: #ccc;
}
To change the rest of the text, edit the modules and change text color in the Page Builder for the paragraph.
www.hotjoomlatemplates.com/sparky-page-b...ion/blocks/paragraph
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.154 seconds