Home Forums Free Themes Clean Corporate One item in the primary menu is showing in red

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #190054
    Linda Erlam
    Participant

    One page title in the primary menu is showing in red text, the rest of the page titles are showing white, which is correct.
    How do I change that one page, which is the ‘front page’ text color?

    #190056
    Psink
    Keymaster

    Could you please share your site URL? we will check and possibly provide you css to fix this

    #190062
    Linda Erlam
    Participant

    HI. THe site is under construction, so it’s under maintenance. Can I send you login details privately so you can see? I have put two ‘buy tickets’ items on the menu, one shows white, the other red. It’s the red one I can’t seem to fix. There will be only one when the site goes live, of course. I did the workaround because I had to see if I could, but I’d like to know why the first one is red.
    Thank you

    #190063
    Psink
    Keymaster

    You can send it to prashant.themepalace@gmail.com

    #190064
    Psink
    Keymaster

    You can send it to prashant.themepalace@gmail.com

    #190065
    Linda Erlam
    Participant

    I was able to bypass this by creating another page, so it’s not an issue now.
    BUT, I can not get the menu ‘hamburger’.. the white square with 3 lines indicating the menu on a mobile device, to show as three lines in the white box, I have only the white box.
    The website is https://carlinhall.net.
    Can you help with this?
    Thanks Psink.

    #190088
    Psink
    Keymaster

    Hello Linda

    Thanks for the site url. Regarding your query, I did not get any issues related to the hamburger menu on mobile devices. The hamburger menu appears at the top on the small devices as you can see in the screen record

    https://www.awesomescreenshot.com/video/18662841?key=c3c69d8081fb3d26ae82747bb492d00e

    Though there is an issue with a menu for the larger screen I see there is a white part on the right side of the menu to fix that issue you can add this CSS in the additional

    #masthead{
    position: absolute;
    z-index: 111;
    }

    #masthead.fixed{
    position: fixed;
    background: #000;
    }

    #190094
    Linda Erlam
    Participant

    Thank you for this, but this additional CSS seems to really mess up the viewing of pages selected from the primary menu.

    #190095
    Linda Erlam
    Participant

    The heading on all pages is now bad, can’t read the header and the site title is showing half printed when hover. Also there is a big white bar on the right now.

    #190097
    Psink
    Keymaster

    Add this CSS this will fix the header on all other pages also it will remove the white bar at the right

    #masthead:not(.home){
    position: initial;
    }

    body{
    background-size: cover;
    }

    .trail-end span{
    color: black;
    }

    #190102
    Linda Erlam
    Participant

    Adding this CSS removed the overlay on the page headers on viewing a page, but the white header is back on the front page.

    #190109
    Psink
    Keymaster

    Yes, the background color of the menu is black on sticky. you can change the color code of the background in this CSS that I have provided you before

    #masthead.fixed{
    position: fixed;
    background: #000;
    }

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