[Resolved] Mellow theme remove site title background

Home Forums Support [Resolved] Mellow theme remove site title background

Home Forums Support Mellow theme remove site title background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1030806
    Luke

    Hi,
    I think I need to change the CSS to have the black box of the site title and tagline disappear on my homepage. Could you please tell me which lines of code to remove?

    Thanks

    #1030811
    Leo
    Staff
    Customer Support

    Hi there,

    Remove this block of CSS from Additional CSS field in the customizer:

    .site-branding {
        background: rgba(0,0,0,0.8);
        display: inline-block;
        padding: 10px 30px;
        border-radius: 3px;
        transition: background 500ms ease;
    }

    Let me know if this helps πŸ™‚

    #1030818
    Luke

    Perfect thanks Leo, and wow what a quick response!To remove the background hover colour? Is that CSS too or through a customize fucntion.

    Thanks again

    #1030825
    Leo
    Staff
    Customer Support

    Remove this as well:

    .site-branding:hover {
    	background: rgba(0,0,0,0.5);
    }

    Let me know πŸ™‚

    #1030848
    Luke

    it worked. Perfect, Thanks

    #1030855
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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