Home Forums Total Site Header and other questions

Viewing 20 posts - 1 through 20 (of 29 total)
  • Author
    Posts
  • #1106
    Confidemus
    Participant

    Hi – I like the Total Theme but it isnt exactly as I need.

    1. I want the site header (where the logo and menu sit) to be black (or have a textured black image as the background). I have a gold logo which doesnt look great on the white background. Basically I need this to look like the HASHONE header.

    I could use the Hashone theme, BUT

    2. The “Featured” section on the homepage doesn’t look as bold as the featured section boxes on Total. Can I somehow use the featured section from Total with the Hashone theme?

    3. How do I get rid of the “breadcrumbs” below the page title?

    Thanks in advance

    #1119
    Hash
    Keymaster

    Hi,

    I am sorry to say but you will have to go with the features provided by the theme. There is not other alternative apart from recoding it.

    And if you need to remove the breadcrumb, here is the CSS that will remove it. Paste the below code using some custom CSS plugins.

    #total-breadcrumbs{display:none}

    #1122
    renoseo
    Participant

    How can I make the logo appear larger in this theme?
    appreciate your help. you can view the problem here: http://riseandshinecollegecoaching.com/blog/college-coach/

    Sandy
    http://www.renowebdesigner.com

    #1137
    Hash
    Keymaster

    The current logo seems fine to me. If you want to make it more bigger then add the below CSS code using custom CSS plugins

    #ht-site-branding img {
    max-height: 70px;
    }

    #1144
    Confidemus
    Participant

    My query got hijacked! 🙂

    Back to the original question, is there no custom css I can add to make the site title background black?

    #1146
    Hash
    Keymaster

    Are you referring to page title background – the gray one?

    #1149
    Debylinda
    Participant

    Olá! Me Ajude! Não consigo colocar os sliders na página do meu site… pleae!

    #1151
    Confidemus
    Participant

    I was referring to the site header – where the logo and menu are located – is there css that can change the color?

    I would also be interested to know how the page title background can be changed.

    If I could make these two adjustments it would benperfect because this is a great theme. Thanks

    #1153
    Hash
    Keymaster

    Here is the CSS to change the background color of Header and Page Title

    #ht-masthead{
    background: #FF0000;
    }
    
    .ht-main-header{
    background: #FF0000;
    }
    #1174
    Confidemus
    Participant

    I have tried that custom CSS and it does not work?

    There is no change to either masthead or main header when viewed on a laptop BUT when I look at the site on a mobile device the colour has changed – how can I get the colour to be the same on all devices?

    I also tried the CSS you posted above to change the height of the logo – that worked but again ONLY on mobile devices, not on laptop. Also, although the image was resized, the masthead was not – so the masthead had the correct colour covering the original size but the bottom half was grey.

    #1180
    Hash
    Keymaster

    Hi,

    If you can explain with your website url, we could help you with accurate answers.

    #1186
    Confidemus
    Participant

    website under development is mickleystud.co.uk/NEW/

    #1197
    Confidemus
    Participant

    You can see it at http://www.mickleystud.co.uk/NEW/

    Note that when I said you can see the revised colors on a mobile device, I meant an actual device, not the “device view” within wordpress admin – that still has the same problem as a desktop computer.

    #1200
    Confidemus
    Participant

    Sorry – the problem with the masthead colors was fixed by clearing my cache!

    I just have one more question – now that I have a dark color in the masthead, how can I change the color of the top-level menu items to white, and the “hover” color to something else like yellow?

    #1211
    Hash
    Keymaster

    The below code should help you

    .ht-main-navigation a{
    color: #FFF;
    }
    
    .ht-main-navigation a:hover{
    color: yellow;
    }
    #1212
    mksatish
    Participant

    Hi,

    Please do help me to add Image in the header.
    I wanted to add a image/logo after the menus in the right side of the site. (as left side we have a logo)

    Expectation :: Logo – Menus – Image ::

    Thank you in advance 🙂

    #1216
    Hash
    Keymaster

    @mksatish sorry, it is not possible. may you can search for some plugins that allows to add image in the menu instead of text.

    #1221
    mksatish
    Participant

    @HashThemes: Thanks for the response.

    I wanted to align image at right in the same line.

    Ex : (But couldn’t get the proper alignment )

    #1291
    Hash
    Keymaster

    @mksatish Here is the CSS

    #ht-site-flag{
    width: auto;
    }
    #22181
    Confidemus
    Participant

    Im confused – site has been fine for over three years but despite the recommended css belwo still being used, the menu items are not displaying the correct color. The current page displays white, but other pages are black (which is no use on a dark background). Also the hover color yellow no longer works (hover shows as white).
    Has something changed in the theme that means I need to change the css? I’d be grateful for assistance.

    .ht-main-navigation a{
    color: #FFF;
    }

    .ht-main-navigation a:hover{
    color: yellow;
    }

Viewing 20 posts - 1 through 20 (of 29 total)
  • You must be logged in to reply to this topic.