Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #307096

    ThanksDFG
    Participant

    Hey,

    I’d like to place an image instead of a solid color in the header of the Renew Stack. Is there any CSS that would make it possible? Website is: https://thanksdfg.com

    Thanks in advance!

    #307251

    ThanksDFG
    Participant

    bump?

    #307391

    Prasant Rai
    Moderator

    Hello There,

    To do that kindly use following CSS under Custom > CSS in the Customizer:

    .x-navbar {
      background-color: transparent;
      background-image: url(image url);
    }

    Note: In place of image url text kindly enter absolute or relative URL of image.

    Hope this helps. Let us know if we can help you with anything else 🙂

    Additionally, for future reference we kindly ask that our users not bump their threads as stated in our support policy on the entrance to the forum. Since we answer questions from oldest to newest and bumping a thread makes it appear as brand new, this will only serve to lengthen our response time. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.

    Thank you for your understanding.