How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums Child Themes support CasinoAce Header Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5378
    Marius
    Participant

    Hi,

    From where can I customize the color of the actual header?
    I mean the top of the page where the logo is placed, where the menus are placed etc.
    It’s currently white and I need to make it dark.

    Also, is there any way to change that blue color from the buttons (Play now!) – to be red instead?

    Thanks!

    #5380
    admin
    Keymaster

    Hi Marius,

    The background color of the header doesn’t change from Theme Options but you can change by adding the following to the child theme of Casino Ace:
    `.section-header .head-menu { background:#ccc; }`
    (Instead of #ccc you can place your own color.)

    The blue color of the buttons is the “Main color” option in Visual Options of the theme.
    You can change it to whatever you want!

    #5410
    Marius
    Participant

    Thanks a lot. I managed to change it.
    However, I can’t seem to change the color of the menu items. I would like the menu text to be white, so it can be seen on black background.
    Can you please help?

    #5415
    admin
    Keymaster

    Hi Marius,

    In order to change the color of the menu items you can add the following:

    `.section-header .head-menu .menu > li a { color:#fff; }`

    #7051
    casinonerd
    Participant

    Hi,

    Exactly where in the header.php file do i add ‘.section-header .head-menu { background:#ccc; }’ ?

    Thanks

    #7052
    casinonerd
    Participant

    Not to worry just found it in the CSS editor 🙂

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