• Resolved arzoo

    (@arzoo)


    Hi,

    I’m doing some final ‘fixing up’ in customizing colors, logo etc on the theme wanted to ask your help on a couple of things.

    1. I changed the logo image from the one on the left to the ad image (centered) to get a bigger logo image size to fit. I did notice that when you click the logo it opens the home page on a new tab. Is there a way to open it on the same tab (same tab as where the user originally was)?

    2. Also, I was testing the design on mobile and noticed that the intro on the home page (blog list style) appears quite long on mobile. Is there a way to control the length of the intro text beside the image for each of the front page posts (say to like 50-80 words)?

    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @arzoo,
    Please find your answers below.
    1. You have options on Appearance > Customize > Header Options > Header Advertisement and unchecked on Open In New Tab checkbox to remove for it.
    2. This features is only available on the premium theme, please check our pro theme here.
    For more dedicated support, please visit official theme support forum.

    Regards
    KafleG

    Thread Starter arzoo

    (@arzoo)

    Thanks for the reply.

    I’m looking at the ‘Header Advertisement’ side bar under the Customize > Header Options menu and I’m not seeing an ‘Open in New Tab’ checkbox option.

    These are the items I see (in order, from top to bottom):
    ============================
    – Advertisement Show Option
    (options are: ads image or hide)

    – Header Ad Image
    Recommended image size of 728*90
    (then an pic of the uploaded image)
    then ‘Default’ and ‘Select Image’ buttons

    – Header Ad Image Link
    (for the URL of the image)
    ============================

    That’s all the options I see in the sidebar of the Header Options menu. I’ve tried in Chrome and Firefox, the menu options are the same.

    Hope you can help.

    Thanks again.

    Hello @arzoo,
    I just say that this features is only available on the premium theme. What about making the logo size bigger on the current theme?
    1. Disable the header image.
    2. Make the logo size bigger.
    If you want to make like that, may be the below CSS codes will help you.
    Add the below CSS codes to hide the header advertisement.

    .header-ads img {
        display: none;
    }

    and the below css codes to make the logo size bigger and in center as well.

    .site-logo.float-left {
        width: 100% !important;
        text-align: center;
    }

    Try by adding the bigger image size for the logo and crop the logo size as your need.
    Hope, this will solve your issues.
    If the problem is not solved, let us know your site url as well.

    Regards
    Kafle G

    Thread Starter arzoo

    (@arzoo)

    Cool! Thanks Kafle.

    That works very well.

    Awesome support and service for a great theme!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘When using logo on ad image clicking opens new tab’ is closed to new replies.