PLEASE HELP!! - A few questions re: header

Hello,

I Love this theme but before using it, I have a few questions I want to check to see if it’s possible to customized.

  1. The default color of the menu and the top line is green. Is there anyway to make that white or another color? Is it possible to move it BELOW the slider?

  2. Above the slider where the header said the title of the site and the social icons - is it possble to make that entire space thinner? Kind of like this http://garypeppergirl.com/

  3. The feature wording on the slider - is it possible to not display that?

  4. The blog post, is it possible to show the entire post?

THANK YOU SO MUCH!!!

Weirdest thing. I downloaded the theme and in the Theme option to play around with it but everytime I click to customize anything the options disappeared. For example, in theme option, I see the Main Options tab, the feature slider tab, social links and other tab…but when click it to customized, it disappear! What’s happening?? :frowning:

  1. Here is how to change color https://colorlibsupport.com/t/how-to-change-travelify-theme-color/

  2. Header can be resized like this. Add this code to Theme Options - Other - Custom CSS and tweak size accordingly.

#site-logo {
    margin-top: 0;
}
.hgroup-wrap.clearfix {
    padding-top: 0;
    padding-bottom: 0;
}
.hgroup-right {
    margin-top: 15px;
}
  1. Featured slider block can be hidden entirely or just title or excerpt itself. Here is how to hide it entirely
.featured-text {
    display: none;
}
  1. Yes, you can display the entire post. You should use the right Blog Template (example https://colorlib.com/travelify/blog-full-content/) Please read theme documentation for more information: Travelify Theme Instructions - Colorlib

Try different browser and make sure you save those changes.