• Resolved blawrimore

    (@blawrimore)


    I like many features of BlueGray but would like a little customization.

    1. I want to change the blue accent color to red to go with my site at https://truckingmpg.com

    2. I would like to get rid of the white space above the menu.

    Thank you Guido for a nice theme.

    Buck

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter blawrimore

    (@blawrimore)

    I figured out how to change the headline color in the style sheet. But I would still like the title of the Quick Contact Form header in the main sidebar to be red also.

    And I still need the white space at the top of the page to go away. May just be a margin command.

    Thanks again.

    The css class that changes your color is text-3. So
    .text-3{background-color:red;} would change the background color.

    The css code to change the input to white would be

    .text-3 input{background-color:white}

    The reason you have a white bar at the top of your page is because you have 2 headers. The first header is empty but has elements that have been styled. You need to remove the first header in your theme.

    I don’t have the theme loaded so I can’t tell you where to customize the option.

    Thread Starter blawrimore

    (@blawrimore)

    I will try this thank you!

    Theme Author Guido

    (@guido07111975)

    Hi Buck,

    I stumpled upon your topic today, did not notice it before. Fortunately another user was able to help you ??

    Guido

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing blue color and white stripe at top’ is closed to new replies.