Shop Categories

X

top bar color with alpha control?

Home Forums Agama Pro top bar color with alpha control?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28616
    Diego Letelier
    Participant

    Hello, Can I have a color for the top bar, also an alpha control? So I can make the top bar a little bit darker?

    Also, please let me know for my “telephone menu” The padding css? So I can adjust it, let´s say, a 15% more to the right?

    Regards,
    Diego

    #28620
    yuniz
    Spectator

    Hi Diego,

    Can you try adding the following CSS code?
    Under Aditional CSS

    div#top-bar {
    background: #00000061;
    }
    #top-bar-wrap .pull-left.nobottommargin {
    width: 50%;
    padding-left: 15%;
    }

    #28631
    Diego Letelier
    Participant

    Great, thank you!

    Just one more thing, can I control the color of the links on the drop off on the main menu? I wish they are grey. I have a grey background for them now, but I couldn’t make them grey so I can see them when they have a white background.

    Regards,
    Diego

    #28657
    yuniz
    Spectator

    Please also add some code

    #masthead .agama-primary-nav .sub-menu-item a {
    background-color: #fff;
    color: grey !important;
    }

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