- Posts: 107
- Thank you received: 0
Colors and text in Capital
-
plive
Active member -
Topic Author
- Member
-
Less
More
3 years 6 months ago #48202
by plive
Colors and text in Capital was created by plive
hello,
I have several questions about 3soterik.com/dev/
a) How can we ignore the capitalized text for the slides? (see attached image eso-slides-font.jpg)
b) How can I change the background color of the main menu when it floats? I would like to use like (image attached eso-text-color.jpg)
c) Where can I change the color of the menu background ((image attachment eso-text-color.jpg) and the footer background ?
d) How to enlarge the size of the menu items?
e) How to change the color of the "get a quote" buttons etc.
thanks
best regards
patrice
I have several questions about 3soterik.com/dev/
a) How can we ignore the capitalized text for the slides? (see attached image eso-slides-font.jpg)
b) How can I change the background color of the main menu when it floats? I would like to use like (image attached eso-text-color.jpg)
c) Where can I change the color of the menu background ((image attachment eso-text-color.jpg) and the footer background ?
d) How to enlarge the size of the menu items?
e) How to change the color of the "get a quote" buttons etc.
thanks
best 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 - 3 years 6 months ago #48203
by milos
Replied by milos on topic Colors and text in Capital
Hello,
a) In the template options, Custom > CSS, delete this:
and change this:
to this:
b) In the same place change background-color here:
c) The menu colors are in the template settings, under the Menus tab. The footer background is in the Layout tab. Click the Row Settings button and change the color.
d) The menu font sizes are in the template settings, under the Menus tab.
e) In the template settings, Custom > CSS, change colors here:
Regards,
Milos
a) In the template options, Custom > CSS, delete this:
Code:
h1, h2 {
text-transform: uppercase;
}
and change this:
Code:
.carouselrow {
text-transform: uppercase;
font-weight: 400;
line-height: 1.2;
}
to this:
Code:
.carouselrow {
font-weight: 400;
line-height: 1.2;
}
b) In the same place change background-color here:
Code:
.fix_menu {
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
background: #fff !important;
position: fixed !important;
}
c) The menu colors are in the template settings, under the Menus tab. The footer background is in the Layout tab. Click the Row Settings button and change the color.
d) The menu font sizes are in the template settings, under the Menus tab.
e) In the template settings, Custom > CSS, change colors here:
Code:
button.btn-primary, p.readmore a.btn, a.btn-primary {
background: #f2ab1f;
border: 1px solid #f2ab1f;
}
Regards,
Milos
Last edit: 3 years 6 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.153 seconds