- This topic has 28 replies, 5 voices, and was last updated 3 years, 4 months ago by Confidemus.
- AuthorPosts
- November 16, 2016 at 7:48 pm #1106ConfidemusParticipant
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
November 16, 2016 at 8:44 pm #1119HashKeymasterHi,
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}
November 17, 2016 at 6:32 am #1122renoseoParticipantHow 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/November 19, 2016 at 12:14 am #1137HashKeymasterThe 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;
}November 19, 2016 at 6:41 am #1144ConfidemusParticipantMy query got hijacked! 🙂
Back to the original question, is there no custom css I can add to make the site title background black?
November 19, 2016 at 10:33 pm #1146HashKeymasterAre you referring to page title background – the gray one?
November 20, 2016 at 3:41 am #1149DebylindaParticipantOlá! Me Ajude! Não consigo colocar os sliders na página do meu site… pleae!
November 20, 2016 at 4:36 pm #1151ConfidemusParticipantI 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
November 20, 2016 at 8:40 pm #1153HashKeymasterHere is the CSS to change the background color of Header and Page Title
#ht-masthead{ background: #FF0000; } .ht-main-header{ background: #FF0000; }
November 23, 2016 at 8:13 pm #1174ConfidemusParticipantI 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.
November 23, 2016 at 9:23 pm #1180HashKeymasterHi,
If you can explain with your website url, we could help you with accurate answers.
November 23, 2016 at 9:41 pm #1186ConfidemusParticipantwebsite under development is mickleystud.co.uk/NEW/
November 24, 2016 at 8:36 am #1197ConfidemusParticipantYou 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.
November 24, 2016 at 7:40 pm #1200ConfidemusParticipantSorry – 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?
November 24, 2016 at 10:56 pm #1211HashKeymasterThe below code should help you
.ht-main-navigation a{ color: #FFF; } .ht-main-navigation a:hover{ color: yellow; }
November 24, 2016 at 11:56 pm #1212mksatishParticipantHi,
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 🙂
November 25, 2016 at 6:37 pm #1216HashKeymaster@mksatish sorry, it is not possible. may you can search for some plugins that allows to add image in the menu instead of text.
November 25, 2016 at 8:22 pm #1221mksatishParticipant@HashThemes: Thanks for the response.
I wanted to align image at right in the same line.
Ex : (But couldn’t get the proper alignment )
December 5, 2016 at 9:43 pm #1291June 17, 2020 at 4:28 pm #22181ConfidemusParticipantIm 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;
} - AuthorPosts
- You must be logged in to reply to this topic.