Title: dbking's Replies | WordPress.org

---

# dbking

  [  ](https://wordpress.org/support/users/dbking/)

 *   [Profile](https://wordpress.org/support/users/dbking/)
 *   [Topics Started](https://wordpress.org/support/users/dbking/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dbking/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dbking/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dbking/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dbking/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dbking/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 50 total)

1 [2](https://wordpress.org/support/users/dbking/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dbking/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/dbking/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/dbking/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] category_title](https://wordpress.org/support/topic/category_title/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/category_title/#post-7470454)
 * On line 2707 of your style.css file you’ll see this class:
 * .section-header {
    margin-bottom: 44px; margin-bottom: 4.4rem; display: none;}
 * In a child theme, you could change this to:
 * .section-header {
    display: none; }
 * That will hide the section-header and move everything else up.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Amadeus] hover colour and underline](https://wordpress.org/support/topic/hover-colour-and-underline/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hover-colour-and-underline/#post-7470340)
 * Hi there. It’d be easier for us to help you if you post a link to your website.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change clicked link color for everything but header and menu](https://wordpress.org/support/topic/change-clicked-link-color-for-everything-but-header-and-menu/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-clicked-link-color-for-everything-but-header-and-menu/#post-7470339)
 * Hi there. The way you apply a style to a certain area, rather than across your
   site, is by making sure you target an area specifically. Sometimes that means
   including two classes or a class and an ID. That way the style you create will
   only apply when BOTH classes are in play. So take a look at the relevant areas,“
   inspect element”, and then apply styles as needed.
 * Something like this:
 * .some-class .another-class {
    color: #333; }
 * In the above example, this color would only apply when BOTH classes are in effect.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] category_title](https://wordpress.org/support/topic/category_title/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/category_title/#post-7470335)
 * Please post a link to your site and we will try to assist.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ample] How to chage tagline](https://wordpress.org/support/topic/how-to-chage-tagline/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-chage-tagline/#post-7467853)
 * Do you mean increase the font-size? If so, posting a link to your site can help
   us help you with styling it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OnePress] In blog posts, how to change sidebar from right to left](https://wordpress.org/support/topic/in-blog-posts-how-to-change-sidebar-from-right-to-left/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/in-blog-posts-how-to-change-sidebar-from-right-to-left/#post-7458543)
 * Hello. Yes, it is definitely possible. That would be a styling issue, and thus
   you’d make the change in your style.css file, or related style sheets (depending
   on the theme). Generally this involves finding the correct class and floating
   it left instead of right. Just be aware that you will likely have to adjust several
   related classes as a result. If you change one thing – especially something like
   a float, then other elements are usually affected. You can begin to find out 
   which classes to adjust be right-clicking and inspecting element in the section
   where you’d like to make a change. That’ll help you determine what classes are
   in play for the change you’d like to make. Also, please be advised that it’s 
   best to create a child theme when making a change like this – so that your changes
   aren’t overridden by a future theme update.
 * Also, if you post the link here, we may be able to help point you in the right
   direction.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My home page margins & spacing went wrong](https://wordpress.org/support/topic/my-home-page-margins-spacing-went-wrong/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/my-home-page-margins-spacing-went-wrong/#post-7459045)
 * Hello,
 * Do you happen to remember what changes you were working on prior to noticing 
   this? Knowing that often helps to narrow down the root cause.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disabling “Mobile Site” version of my site.](https://wordpress.org/support/topic/disabling-mobile-site-version-of-my-site/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/disabling-mobile-site-version-of-my-site/#post-7457654)
 * Did you enable the mobile view in your Jetpack settings? If so, you’ll want to
   connect via the Jetpack link, and disable the option there.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Customer plugin adding slash to quotations](https://wordpress.org/support/topic/customer-plugin-adding-slash-to-quotations/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customer-plugin-adding-slash-to-quotations/#post-7438812)
 * Hi there,
 * It does that to escape those items so they aren’t misinterpreted when the code
   is parsed. Certain characters, like quotation marks, have computer code meaning,
   and need to be escaped so that they are interpreted as part of the text, rather
   than as code. For instance, in the case of quotes, they are used in PHP to signal
   the beginning and end of a string. So you can see that if a quote mark you add
   isn’t escaped, it could confuse the parsing of the code.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Plugin to Display Multiple Products with multiple images](https://wordpress.org/support/topic/plugin-to-display-multiple-products-with-multiple-images-2/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-to-display-multiple-products-with-multiple-images-2/#post-7435629)
 * Hi there,
 * Woocommerce’s free plugin does all of that. Here’s the link:
    [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Charity Review] CSS to change button color](https://wordpress.org/support/topic/css-to-change-button-color/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/css-to-change-button-color/#post-7434048)
 * There you go. Glad it worked for you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Charity Review] CSS to change button color](https://wordpress.org/support/topic/css-to-change-button-color/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/css-to-change-button-color/#post-7433950)
 * Hi there,
 * Please see my comment in regards to your other question re:changing the background
   color. In this case the class you want to address is this one:
 * .pillbtn {
    padding: 1em 1.7em; -webkit-transition: all 0.3s ease-in-out; transition:
   all 0.3s ease-in-out; color: #fff; border: 0; border-radius: 30px; background:#
   cb2a2a; }
 * Again, just remember the caveat about using child themes.
 * Also, if you’re using any kind of css plugin – in addition to the standard css
   files that came with the theme – you may need to look there is you can’t locate
   the class you’re interested in editing.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Charity Review] CSS to change theme color](https://wordpress.org/support/topic/css-to-change-theme-color/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/css-to-change-theme-color/#post-7433949)
 * Hi there,
 * The top section background color can be accessed and changed via a class I will
   list in a moment. One way to make a change like this is to do a find and replace
   for the specific color value you’re trying to find in your css, and replacing
   it with the class you want. Just remember the general caveat about using a child
   theme.
 * To get you started, the class that includes the background color of the top area
   is listed below:
 * #site-navigation {
    margin-bottom: 0; border: 0; border-radius: 0; border-top-
   left-radius: 3px; border-top-right-radius: 3px; background: #272e37; background-
   repeat: no-repeat; background-position: center center; background-size: cover;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Catalog Me!] menu underline](https://wordpress.org/support/topic/menu-underline/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-underline/#post-7430598)
 * Hi there,
 * It looks like you a css override happening somewhere. Did you check your admin
   to see if there are css class overrides in there?
 * This is the class you want to edit:
 * #site-navigation .menu > li.current_page_item > a, #site-navigation .menu > li.
   current-menu-item > a, #site-navigation .menu > li.current-menu-parent > a {
   
   background: transparent; border-bottom: 2px solid rgba(0, 0, 0, 0.5); }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to increase widget text size on the top menu and change the text color?](https://wordpress.org/support/topic/how-to-increase-widget-text-size-on-the-top-menu-and-change-the-text-color/)
 *  [dbking](https://wordpress.org/support/users/dbking/)
 * (@dbking)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-increase-widget-text-size-on-the-top-menu-and-change-the-text-color/#post-7430595)
 * On line 112 of your layout.css file you’ll find this class:
 * #top ul.nav {
    font-size: .857em; }
 * Use that to change the font size.
 * And on line 119 you can change the color with this class:
 * #top ul.nav > li a {
    padding: 1.387em 1em; color: #9f9693; }
 * Just be aware of the policy around child themes and changes.

Viewing 15 replies - 1 through 15 (of 50 total)

1 [2](https://wordpress.org/support/users/dbking/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dbking/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/dbking/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/dbking/replies/page/2/?output_format=md)