[Resolved] How to remove black background text box from page title header format?

Home Forums Support [Resolved] How to remove black background text box from page title header format?

Home Forums Support How to remove black background text box from page title header format?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #790620
    Daryl

    I am trying to figure out how to remove the black background text box from the title page headers on some of my pages. I can’t seem to find this setting anywhere. I’d like to style the text (perhaps with a shadow) so that it can be seen directly over the header page photo with no solid background color. Ideally I would like the header text to scroll over the fixed header image. Here is an example of one of the pages I’d like to remove the black box from.

    http://sylvanrocks.com/climbing-devils-tower/

    Thanks for any tips you may have.

    #790621
    Leo
    Staff
    Customer Support

    Hi there,

    Go to Additional CSS field in the customizer and remove this block of CSS:

    /*PAGE HEADERS */
    
    .generate-inside-page-header-content h1{
    	background-color:#0c0c0d;;
    	padding:12px 33px 12px 33px;
            box-shadow:0px 0px 30px 0px 
            rgba(12,12,13,0.66);
    	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
    }

    Let me know if this helps ๐Ÿ™‚

    #790640
    Daryl

    Thanks Leo. With your help on where to go for these settings we were able to change the background color of the text box to grey transparent and like the look much better. You can check out the updates in the link above. Thanks for your help!

    #791198
    Leo
    Staff
    Customer Support

    Glad I could help ๐Ÿ™‚

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