• How can I change the main color of the main background. Instead of white i would like to change it into black. Moreover when I filled the site title, it appears in the head. How can I hide it and keep the name in the tab.
    I bought the theme, do you need he API key?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @elhedonistamotor,

    We can do as per the need with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css

    p.site-title {
    display: none;
    }
    .main {
    background-color: #000!important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter elhedonistamotor

    (@elhedonistamotor)

    Thanks a lot. I have another question. Is it possible to have the main background color in black, for example (using the css yo gave me) and the background’s entrada in white? How can i do that?
    Thanks a lot

    Hi Elhedonistamotor,

    Let us know if you want to change this background?:

    http://prntscr.com/ksz8fv

    Thank you!

    Thread Starter elhedonistamotor

    (@elhedonistamotor)

    Hi! Yeah, My request is about if I could have the main background color in black introducing the code you gave me and having the backgrounds entrada in white, cause when I insert the first code in the CSS, the entire background web changes.
    But sure, this is the background i would want to keep in white

    Thanks a lot!

    Thread Starter elhedonistamotor

    (@elhedonistamotor)

    Hi, i´m still waiting for your answer. Could you help me please
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘background color and site title’ is closed to new replies.