sorry for my bad english!
1.) how can i change the color of an iconbox circle?
2.) how can i decrease the text size of the contact page "send us mail"?
3.) how can i eliminate the gap between top and the thin colored line?
sorry for my bad english!
1.) how can i change the color of an iconbox circle?
2.) how can i decrease the text size of the contact page "send us mail"?
3.) how can i eliminate the gap between top and the thin colored line?
1) Add following code to css/custom.css and change the color values:
.main_color .iconbox_icon, .main_color .iconbox_top_icon {
background-color: #f05a1a !important;
color: #ffffff !important;
border-color: #f05a1a !important;
}
2) Use following css code and adjust the font size value:
.ajax_form fieldset h3{
font-size: 30px !important;
}
3) Can you post a link to a website please? I'm not sure which lines you want to change.
1.) Sorry ... your code is not working!
2.) Perfect! Thank you ;-))
3.) The thin red line on top of the picture @ http://www.robertfarthofer.com/Red_Line.jpg
Hello? Someone in here?
Hi,
For your third question, you can use this
.container_wrap.main_color.light_bg_color {
border: none !important;
}
For number your number one question, changing the color of the icon box, use this
.iconbox_icon {
background-color: red !important;
}
Please remove browser history/cache then reload the page to see the changes.
Regards,
Ismael
You must log in to post.