Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1593796
Background Image
Closed

Comments

  • AdditakOfficial started the conversation

    Is there a code i can easily inject to be able to set a background image for my site/navigation bar? I want to add a very light, subtle texture to the background like the header background I have installed but even more opaque/light.

  •  2,699
    PenciDesign replied

    Hi,

    I see you can do that on your site already.


    Best Regards,

    PenciDesign

  • AdditakOfficial replied

    How, then? I'm having trouble finding a place to upload an image in the customizing options.. I can set an background if I have the "body boxed layout" enabled, but that only accounts for the edges on the right and left. Is there maybe something I could do to make the canvas and site transparent so I just see the background image?

  •  2,699
    PenciDesign replied

    Hi,

    You can check options for it via Customize > Colors General


    Best Regards,

    PenciDesign

  • AdditakOfficial replied

    there isn't an option in there for me to make it transparent, though...

  •   AdditakOfficial replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Can you send me your admin url and admin account ( username and password )? I will take it a look on this.

    Also, send me your background image url.


    Best Regards,

    PenciDesign

  •   AdditakOfficial replied privately
  •   AdditakOfficial replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I did it help you by add more this code to Customize > Custom CSS:

    .wrapper-boxed.enable-boxed, .show-search,  #navigation{ background: transparent; max-width: 100%; border: none; }
     .wrapper-boxed.enable-boxed .is-sticky #navigation{ max-width: 100%; background: #111; }
    #widget-area, #header .inner-header{ background: transparent; }
    .overlay-post-box-meta{ padding-bottom: 20px; }


    Best Regards,

    PenciDesign

  • AdditakOfficial replied

    Ah that's perfect, and super simple to tweak, too! Thank you so much!