Your Time:
Our Time:
← Back to discussions

Menu

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 16 replies, 3 voices, and was last updated 12 years, 9 months ago by iameties.

  • 2013-10-29 at 8:39 pm
    Support Expired
    #472
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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

    2013-10-30 at 2:10 am
    Support Expired
    #476
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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

    2013-10-30 at 12:11 pm
    #482
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Yes you can have the borders removed. in style.css find #featured_slider where you can alter border colors or removed border colors.

    2013-10-30 at 12:11 pm
    #483
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    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.

    2013-10-30 at 1:38 pm
    Support Expired
    #484
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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!

    2013-10-30 at 2:00 pm
    Support Expired
    #485
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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

    2013-10-30 at 2:28 pm
    #486
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    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.

    2013-10-30 at 2:46 pm
    Support Expired
    #487
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    Many thanks for your help as always!

    2013-10-30 at 2:50 pm
    #488
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Your welcome anytime.

    2013-10-30 at 3:05 pm
    Support Expired
    #489
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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?

    2013-10-30 at 5:15 pm
    #490
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Give me the URL so that i can take a closer look at it.

    2013-10-30 at 5:40 pm
    Support Expired
    #495
    akuzina
    Participant
    • Topics: 6
    • Replies: 11
    • Total posts: 17
    • Post count: 15

    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

    • This reply was modified 12 years, 10 months ago by akuzina. Reason: *edit - oops might have posted in a wrong thread, I'm using Hostme V2
    2013-10-30 at 5:51 pm
    Support Expired
    #501
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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!

    • This reply was modified 12 years, 10 months ago by iameties.
    2013-10-30 at 6:58 pm
    #505
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Hi, iameties I’m totally confused with the URL you gave me can you please open the URL you gave me it takes me to the homepage. and regarding any other queries contact me via Skype I can assist you much faster.

    2013-10-30 at 7:25 pm
    Support Expired
    #507
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    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

    2013-10-31 at 6:24 pm
    #525
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    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
    Concept is an ultra responsive & highly customizable WordPress Theme.

    [/section]
    2013-12-11 at 6:50 pm
    Support Expired
    #1436
    iameties
    Participant
    • Topics: 3
    • Replies: 12
    • Total posts: 15
    • Post count: 17

    thanks the only problem is the image shown goes all the way to the end mine stops short so it looks like its boxed? how would this be rectafied,

    Many thanks

You must be logged in to reply to this topic.