Title: Issues
Last modified: August 31, 2016

---

# Issues

 *  Resolved [bmtt](https://wordpress.org/support/users/bmtt/)
 * (@bmtt)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/issues-46/)
 * Hello,
 * I am using the BoldR Lite theme and have a couple of issues, please could someone
   or the Theme creator help me.
 * Issue 1: I would like to remove the horizontal lines that appear both above and
   below page titles (The one that is above the page title is below the navigation
   links). How do I do this?
 * Issue 2: The theme easily allows me to change the background image, however the
   body of the website is white, if I want to add a background image to the body(
   white) section, which part of the CSS do I edit for this?
 * Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/issues-46/#post-7169800)
 * Post your site address
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/issues-46/#post-7169902)
 * Hello,
 * You’ll need some Custom CSS for both of these. Please DO NOT edit the theme’s
   CSS or any of the theme’s file, ever.
 * Either create a child theme so you can add your CSS in the child’s style.css 
   file, or simply install a plugin such as [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   to easily add custom CSS to your site without editing the theme.
 * #1 Add this to your child theme or Custom CSS to remove these lines:
 *     ```
       #navbar, h1.page-title {
           border-bottom: none;
       }
       ```
   
 * #2 The white “inside” background is defined as follow:
 *     ```
       #main-wrap {
           background: #FFFFFF;
       }
       ```
   
 * You can copy this into your custom CSS and change this definition with another
   color or image url as desired.
    You can have a look at [http://www.w3schools.com/css/css_background.asp](http://www.w3schools.com/css/css_background.asp)
   for a reference of all background-related CSS properties.
 *  Thread Starter [bmtt](https://wordpress.org/support/users/bmtt/)
 * (@bmtt)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/issues-46/#post-7169929)
 * Hi Iceable Themes,
 * Thank you for this – very helpful.
 * I wondered if you could help me with one more thing… if I want to change the 
   blue colour when highlighting over the menu buttons and hyperlinked text, what
   would I enter into the Custom CSS for this?
 * Thank you in advance.
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/issues-46/#post-7169975)
 * I’m afraid I cannot help you further with this: this blue color is used a lot
   in many areas of the theme, which means you would need a pretty larger chunk 
   of CSS than I can provide.
 * (On a slightly related note, the pro version has a setting option that allows
   to change this color with one click from the backend.)
 * However you can certainly locate all of the necessary code for this color using
   your browser’s inspector, or by opening the theme’s CSS stylesheet (/css/boldr.
   dev.css) and searching for every definitions including this color (#25ceff).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/boldr-lite/1.2.19/screenshot.png)
 * BoldR Lite
 * [Support Threads](https://wordpress.org/support/theme/boldr-lite/)
 * [Active Topics](https://wordpress.org/support/theme/boldr-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/boldr-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/boldr-lite/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Iceable](https://wordpress.org/support/users/iceable/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/issues-46/#post-7169975)
 * Status: resolved