Could you please help me to remove it please. Thanks π

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 !
Super. Thank you.
A last one for the blockquote… How can I change the " color ?
you can use the following code in the Custom CSS:
blockquote p { color: #...; }
blockquote { background: #...; }
blockquote small { color: #...; }
Regards,
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 π
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,
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) π
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,
great ! thank you again π
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 ?
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 !
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 π
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 π
- 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,
great, thank you again. π
for the navbar the screenshot is here : https://www.dropbox.com/s/vehxklqp79dz9l3/dw-focus-color-navbar.png?dl=0
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 !
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
it’s really the last one, I think… π
Thank you Dominic. It’s perfect for active, but not for hover, is that normal ?

And I forgot pages links in the side bar

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".

Thank you very much
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,
Never mind… I was ennoying with all my questions. You are awsome π
Thank you very much for all.
DW support is really great π
Please login or Register to submit your answer