Naz Oke
asked 9 years ago

Could you please help me to remove it please. Thanks πŸ™‚

http://www.kedistan.net

![enter image description here](https://www.dropbox.com/s/qfgkxhunfcsyc66/dw-focus-border-quot.png?dl=0 "enter image title here")

5 Answers
DominicStaff
answered 9 years ago

To remove the blockquote borders, you can add the following code to the Custom Css in the General setting of DW Focus:
blockquote { border: none; }
Hope this helps !

Naz Oke
answered 9 years ago

Super. Thank you.
A last one for the blockquote… How can I change the " color ?

dominic Staff
replied 9 years ago

you can use the following code in the Custom CSS:

blockquote p { color: #...; }
blockquote { background: #...; }
blockquote small { color: #...; }

Regards,

Naz Oke
answered 9 years ago

Ok thank you.
I tried it. I see for the texte and background color (I don’t want to change them) but juste–>"
[pic](https://www.dropbox.com/s/nefq64blj9kmzha/dw-focus-quote-typo.png?dl=0 "enter image title here")
What is "small" ? I changed the color but I see nothing different πŸ™‚

dominic Staff
replied 9 years ago

I have helped you change color for the blockquote icon, you can check your site now, you can check the codes line in the DW FOCUS > General.
See the screenshot: http://prntscr.com/8dv401
Regards,

Naz Oke
answered 9 years ago

Thanks ! Perfect πŸ˜€

I see also I can change the red/orange #ee3224 for the DW Tabs with :

/*Change color for DW Tabs*/
.nav-tabs .active a:before, .nav-tabs .active a:hover:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ba1616;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;

I tried it but it’s not working.

Dominique, thank you very much for your precious help (for all my questions) πŸ™‚

dominic Staff
replied 9 years ago

I have helped you resolve this issue, you can check your site now.
Your code line is correctly but it’s only change color for the caret down. I have helped you change the color in the DW FOCUS > General settings.

.nav-tabs .active a, .nav-tab .active a:hover {
    position: relative; 
    color: #fff !important;
    background: #ee3224 !important;
    height: 43px !important;
}

Regards,

nazou
replied 9 years ago

great ! thank you again πŸ™‚

Naz Oke
answered 9 years ago

Sorry I am annoying… :p

I see now I have other edits. Because the red orange is also in :

  • the top menu,
  • category pages (title, author, comments, date.. etc)
  • single posts (category, author, comments, date..)
  • search results (title, category, comments, date..)
  • and all side bar widgets (pages about, contact for exemple)

May be there is a possibility to change the red orange #ee3224 to #ba1616 everywhere in one time ? Or that will be in a new set-up ? πŸ™‚

  • And the last one : why all titles of news grid are blue ? I did’nt choise specific colors for my categories… Is it possible to move the color ?
DominicStaff
answered 9 years ago

You can use the following code to change the color:

  • Top menu :
    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus { color: #ba1616;}

  • Category pages, Single posts & search results, side bar widgets (title, author, comments, date.. etc)
    .hentry .entry-title a:hover, .hentry .entry-title a:focus {color: #ba1616;}
    .hentry .entry-meta a:hover, .hentry .entry-meta a:focus {color: #ba1616;}

    Hope this helps !

nazou
replied 9 years ago

Fantastic !
Juste a last one that I did’nt see… I have a news ticker widget under navigation.
Thank you very much for all your help πŸ˜€

nazou
replied 9 years ago

for the navbar, I tried to add in the code :
.navbar-default .navbar-nav li a:active {
color: #ba1616;
but it doesn’t work…

"previous post" and "next post" (single post) are also red orange…

Thanks Dominic. I will eventually succeed the webside with your precious help πŸ™‚

dominic Staff
replied 9 years ago
  • About the DW Focus news ticker widget, you can add the following code to the Custom CSS:
    .dw_focus_widget_news_ticker a:hover, .widget_news-ticker a:hover, .dw_focus_widget_news_ticker a:focus, .widget_news-ticker a:focus { color: #ba1616; }
  • About the navbar color, you can send me a screenshot for the position that you want to change the color.

  • To change the navigation in the single post, you can add the following code:
    .post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus { color: #ba1616; }
    Regards,
nazou
replied 9 years ago

great, thank you again. πŸ™‚
for the navbar the screenshot is here : https://www.dropbox.com/s/vehxklqp79dz9l3/dw-focus-color-navbar.png?dl=0

dominic Staff
replied 9 years ago

Have you tried the following code:

.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus { color: #ba1616;}

Hope this helps !

nazou
replied 9 years ago

Thank you Dominic. It’s perfect for active, but not for hover, is that normal ?
https://www.dropbox.com/s/ohkxkomp3654g99/DWFocus-%20nav-bar.png?dl=0

nazou
replied 9 years ago

it’s really the last one, I think… πŸ˜€

Naz Oke
answered 9 years ago

Thank you Dominic. It’s perfect for active, but not for hover, is that normal ?

![a:hover ?](https://www.dropbox.com/s/ohkxkomp3654g99/DWFocus-%20nav-bar.png?dl=0 "screenshot1")

And I forgot pages links in the side bar

![side bar "widget pages"](https://www.dropbox.com/s/2cwlkdzmprh8yg3/dw-side-bar%20%28pages%29.png?dl=0 "screenshot2")

Buy the way, juste an information, I discovered today that W3 Total Cache plugin is not working well for "minifiy" with mode "auto" and change the pretty font of the DW Focus menu.
But it’s working with in mode "manuel".

![w3 total cache-fonts](https://www.dropbox.com/s/jh691xmowjj98qu/DW-w3-total-cache.png?dl=0 "screenshot3")

Thank you very much

dominic Staff
replied 9 years ago

Please accept my apology for the delay in getting back to you, I have helped you change the hover color. I have used the following code:

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ba1616;
}
.widget_archive a:hover, .widget_categories a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_recent_comments a:hover, .widget_recent_entries a:hover, .widget_nav_menu a:hover, .widget_links a:hover, .widget_rss a:hover, .widget_archive a:focus, .widget_categories a:focus, .widget_meta a:focus, .widget_pages a:focus, .widget_recent_comments a:focus, .widget_recent_entries a:focus, .widget_nav_menu a:focus, .widget_links a:focus, .widget_rss a:focus {
     color: #ba1616;
}

About the W3 Total Cache plugin, I sent and notified our technical team about this problem. We are checking and fix it.
Regards,

nazou
replied 9 years ago

Never mind… I was ennoying with all my questions. You are awsome πŸ˜‰
Thank you very much for all.
DW support is really great πŸ™‚

Powered by DW Question & Answer Pro