• Hi there,

    I have install the atomyx theme in wordpress and I want to change the white background header color.
    There is no any option in appearance > atomyx option that says that i could change the header color but it has for footer tho. I dont know if I have to install a plug-in for that option or if i had to do it by CSS.
    About CSS, again atomyx does have any atomyx option that let you edit atomyx CSS.
    The only thing that I have like option about CSS is in appearance > edit CSS. (not in atomyx option)

    Thank you in advance.
    This is the website link: https://shazguestlist.com/erasmusbarcelonanew/

    p.s: I wonder if I could change also the background of the website. (The white one that the administrator actual post things)

Viewing 1 replies (of 1 total)
  • You could try adding the following to your CSS file:

    #header, #catnav {
    	background: #000000; <!-- add whatever color here you prefer -->
    }

    The Atomyx theme is a premium theme that I do not have access to, so I cannot download and run a test locally in order to ensure this would work. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘I want to change the header background color.’ is closed to new replies.