Lucas
asked 11 years ago

Changing the Default color on focus from Red to Blue’s

So on the main pag of DW Focus e all sorts of things on the home page use red.  I know that different categories can change this but if I wanted to change everything to blue say for the main page how would i do that?

1 Answers
DominicStaff
answered 11 years ago

Please follow my instruction here to change the color of DW Focus from Red to Blue

– Log in to Dashboard > Theme > Customize > General Settings

– Add the following code to DW Focus header script.



<style type=”text/css”>

.news-slider .carousel .carousel-inner .entry-category {

background: #0000ff;

}

.news-slider .carousel-list .other-entry li.active {

border-left-color: #0000ff;

}

.nav-tabs > .active > a:before, .nav-tabs > .active > a:hover:before {

border-top-color: #0000ff;

}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {

background: #0000ff !important;

}

.btn-danger {

background: #0000ff;

border-color: #0000ff;

}

</style>

Hope this helps

Regards,
Dominic

mottte
replied 9 years ago

Hi,

I’m also like to change the default-color, but I don’t have a General Stetting !

Regards

Stefan

dominic Staff
replied 9 years ago

Hi Stefan,
At this point, all the codes in our answer just worked for the old version of DW Focus and in the latest version that you are using, we have removed the General Stetting feature. If you want to change the default color to your color, you can open the \wp-content\themes\dw-focus\assets\css\dw-focus.min.css & \wp-content\themes\dw-focus\assets\css\dw-focus.css file.
However, If you have any difficulty, you can tell me detail about the position that you want to change, I will help you.
Regards,

mottte
replied 9 years ago

Sorry i’m not a profi. What have Id do to change the default themes colors.

dominic Staff
replied 9 years ago

We have released the latest version 1.2.6. Right now, you can download it from your profile then update it.
After apdating, you can log in to Dashboard > DW Focus, you can change the color for some section.
See the screenshot: http://prntscr.com/8c08qe
Hope this helps !

Powered by DW Question & Answer Pro