Hi,
Please provide the website URL.
Please do not bundle the more then one issue in one ticket.
Thank You
Hi,
For third issue follow below steps:
Go to Dashboard Admin Panel >> Appearance Menu >> Widgets >>
Kyma Footer Contact.
Now drag-drop the widget into “Footer Widget Area” and edit the info save
the changes.
Thank You
Hi,
Put below CSS rules in Custom CSS Editor:
1)
.main_title .line:before {
background: #E64B3B;
}
.main_title .dot {
border: 1px solid #E64B3B;
}
.light_header .top-socials span.soc_name:after, .light_header .top-socials span.soc_name:before, .light_header .top-socials > a > span.soc_name {
background: #CD1C44;
}
.owl_text_a > span {
background-color: #CD1C44;
}
#kyma_owl_slider .kyma_owl_p:after, #kyma_owl_slider .kyma_owl_n:after {
background-color: #CD1C44;
}
.owl_text_c > span {
background-color: #CD1C44;
}
2)
.menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a, .menu_button_mode:not(.header_on_side) #navy > li.current_page_item:hover > a {
background: #e74c3c;
}
.blog_grid_format i {
background: #e74c3c;
}
3)
a {
color: #e74c3c;
}
4) and 5)
.btn_a i.in_left, .btn_a i.in_right {
color: #e74c3c;
}
.hm_blog_list .btn_a > span > span{
color: #e74c3c;
}
Save the changes.
Thank You
Ok (sorry for more problems in 1 post)
I will do what you said right away.
the site is : http://www.onixstudio.ro/wp/
Hi,
Ok, first you try the above solution.
For further help let us know.
Thank You
i’ve pasted the css rules in the “custom css from general options , i’ve put other colours there…and it does not change anything , am I doing something wrong?..i understand what the rules do ..to the site , but it doesnt change.
Hi,
Please Go to Dashboard Admin Panel >> Appearance Menu >> Customize >> Kyma Options >> General Options >> Custom Css.
Now try below CSS rules into Custom CSS Editor:
.menu_button_mode:not(.header_on_side) #navy li.current_page_item a, .menu_button_mode:not(.header_on_side) #navy li.current_page_item:hover a {
background: #e74c3c;
color: #fff;
}
.main_title .line:before {
background: #E64B3B;
}
.main_title .dot {
border: 1px solid #E64B3B;
}
.light_header .top-socials span.soc_name:after, .light_header .top-socials span.soc_name:before, .light_header .top-socials a span.soc_name {
background: #CD1C44;
}
.owl_text_a span {
background-color: #CD1C44;
}
#kyma_owl_slider .kyma_owl_p:after, #kyma_owl_slider .kyma_owl_n:after {
background-color: #CD1C44;
}
.owl_text_c span {
background-color: #CD1C44;
}
.blog_grid_format i {
background: #e74c3c;
}
a {
color: #e74c3c;
}
.btn_a i.in_left, .btn_a i.in_right {
color: #e74c3c;
}
.hm_blog_list .btn_a span span{
color: #e74c3c;
}
.main_title .line i{
color: #e74c3c;
}
Now save the changes.
Let us know for further help.
Note: If the above solution not work for you the please download any Custom CSS Plugin from WordPress Plugin Directory. And activate it. then put above CSS rules in it.
Thank You