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 #1627325
Remove banner
Closed

Comments

  • Alexhuon started the conversation

    Hello,

    Could you please advise how can I remove default banner of the demo them (multi-concept blog/magazinw WP Theme) from my website? Please refer to enclosed file. How could I replace my own or insert the link in?

    Also, I want to move topbar menu to the right corner, how could I do that?

    Thanks a lot.

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please go to Customize > Logo and Header Options > on "Select Banner for Header Style 3" > select another image on your media library > and click remove it.

    2/ Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 961px){
    .penci-headline{ text-align: right; }
    }
    @media only screen and (max-width: 960px){
    .penci-top-bar.topbar-menu { padding-bottom: 10px; }
    }
    

    Best Regards,

    PenciDesign

  • Alexhuon replied

    Thanks for the support.

    Anyhow, will this possible for me to display heading banner from code instead of image upload? i.e if I want to display advertising code from Amazon banner below:

    <iframe src="//rcm-na.amazon-adsystem.com/e/cm?o=1&p=48&l=ur1&category=electronics&f=ifr&linkID=0f3804fdc8b7d3c585460c87d8669db5&t=trustore0a-20&tracking_id=trustore0a-20" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>

    Thanks,

    Chhaom

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, you can put that code via Customize > Logo and Header Options > Add Google Adsense Code for Header Style 3


    Best Regards,

    PenciDesign