• Resolved niquality

    (@niquality)


    Hi
    I love the theme for my site http://www.topthinkers.se! Few questions:

    1. I find there is too much empty white space between the menu and the slide and also between the slide and the text. What can I do to erase the empty space?

    2. The headers for each page is always in black. How can I change the colour?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you don’t already have a child theme or a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.

    .main-slider-container {
    margin-top: -20px;
    }
    
    body.home .info_box_area {
    margin-top: 0px !important;
    }
    
    .logo-description h1.site-title, .logo-description h2.site-description {
    color: #ff6600;
    }

    For the second issue I assume you mean the text ‘Brian Tracy 10th October, Stockholm’!

    Theme Author Fruitful Code

    (@fruitfulcode)

    salsaturation,

    Theme has a custom css field in theme options

    Thread Starter niquality

    (@niquality)

    Thank you!
    What I meant is the the colour for the title of each page,
    example the title “Event”:
    http://www.topthinkers.se/event/

    How can I change the colour? I would like to get the same colour as on the menu (aquamarine blue)

    looks like you managed to change it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Erasing the white space below the menu’ is closed to new replies.