This topic has 16 replies, 3 voices, and was last updated 12 years, 9 months ago by iameties.
Viewing 17 posts - 1 through 17 (of 17 total)
Hi
I have a few questions
Is there any way to change the colour of just the menu background and not the header at the same time?
also is it possible to change the menu titles into capital letters my home title page on the menu will not change where as the rest will?
also please can you see the attched file grey How do i go about doing this underneath concept the greatest wordpress theme.
Many thanks for your help
Hi,
Sorry is it also possible to get rid of what looks like a border at the top and bottom of the slider there is nothing set on the slider in terms of border so unsure as where to get rid of this from please see attached yellow
1) Menu bg isn’t there but you can write custom css for that like .menuwrap { background:#ff8800; } in theme options panel custom css section.
2) Add #atp_menu a {text-transform:uppercase } in theme options> custom css section.
3) Its in the homepage go and edit the page to go underneath that section.
Hi
Many thanks for your response I have rated this 5 its a great theme with great support thank you so much.
on your answer 3) where where you say its in the homepage do you mean on theme customisation is it a section?
another couple of questions is it possible to remove the header and just have the menu section?
Also on header template 4 is there anyway to get rid of the search bar?
thank you so much for your help sorry if I’m being a pain!
ok I have answered the question to number 3) i see where you mean now is it possible to change the background colour of this and have it on every page?
also the menu colour change works perfectly but will not work on the header template 4
Many thanks
Add the following parameter in the custom css section this will make your menu bg works.
.primarymenu:after, .primarymenu:before {
clear: both;
content: "";
display: block;
}
You can customize the header in theme/headers/header-style4.php file for removing search bar or anything you would like to play around.
ahh the fix for header 4 menu colour im just getting a white background for this this is the code i have in my custom css
.primarymenu:after, .primarymenu:before {
clear: both;
content: “”;
display: block;
}
.menuwrap { background:#ff8800; }
also im unsure if you answered the homepage teaser in a previous question 3) is it possible to change the background colour of this and have it on every page?
Hello Maqk,
I need some advice on how to move the menu to the right of the header.
At the moment it’s partially hiding behind the logo and I want it to be “aligned” to the other side. I was fumbling around with Primary Menu codes in style.css but to no avail. Attached is a screenshot of what it looks like now.
Thanks!
Anastasia
Hi I realised how to do this I entered the code you gave in custom.css then I went into the stylesheet and changed the colour in there it then worked fine.
I just have the problem with the previous question 3) which was like the previous attachment i uploaded called grey.
a)how can I get this
b)change the colour
c)is it possible to have it on all pages
I tried the homepage with teaser content as suggested however i do not think this is it as it gave me an opacity showing over the image.
this is how i would like it
http://themeforest.net/item/concept-multipurpose-wordpress-theme/full_screen_preview/5117537
then go to headerstyle 2
it’s the grey box all the way across underneath the slider i would like.
Do you still need address url or can you figure it out without?
Kind regards
and once again many thanks!
The url I gave is the demo you have set up at themeforest I was showing you what I would like if you click on header2 it takes you to another page I would like the grey box underneath that slider. where it shows the attached image im sending.
I think you said i would find it in homepage thats the teaser not sure if thats the right thing im on about but it shows an opacity on mine. however I would like it as a solid block cover and not to show on the slider.
http://dwibb.com is how it is at the moment
but i want it to look like yours on the header 2 menu just the grey box across the screen as attached and circled.
I also want to know if this is possible to have on everypage
You need to edit that in the page its a shortcode i used in the page content area check the below code i used
[section bgcolor="#F8F8F8"]Concept The Best WordPress Theme With Lots Of New Features.
Concept has excellent new features, new layout option, short codes, theme options and much more
[/section]
Concept is an ultra responsive & highly customizable WordPress Theme.
Viewing 17 posts - 1 through 17 (of 17 total)
You must be logged in to reply to this topic.