Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #103884
    kzukeri
    Participant

    For the full frame theme, I want the site title overlay to display by default, instead of the user having to click the button to allow it to drop down, but there is no option in the interface to do so. Can you advise on where the code controlling this is located?

    #103894
    Mahesh
    Keymaster

    @kzukeri: This option is already available in Pro version. I recommend you to upgrade to Pro version. But if you want to show the site title overlay on Free version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead {
        opacity: 1;
        display: block;
    }

    Regards,
    Mahesh

    #103934
    kzukeri
    Participant

    Hello Mahesh,

    Thanks so much for the quick reply! The code worked. I am trying the theme out right now, so I wanted to be sure it satisfies my needs before upgrading to the pro.

    Thanks, again.

    Kweli

    #103941
    kzukeri
    Participant

    Also, is there any way to get the site logo to float to the left within the masthead?

    #104057
    Mahesh
    Keymaster

    @kzukeri: Please post in your site url. Putting the logo to left, what about the search bar?

    Regards,
    Mahesh

    #104176
    kzukeri
    Participant

    Here is the site: http://dev-millenials.pantheonsite.io/

    What do you mean? The search menu is on the right. I just want the logo to appear on the left side, to the left of the site title. Of course, it needs to be much smaller than it is appearing now. Somehow, the theme enlargened the logo because the logo is actually only 200×200.

    #104211
    Mahesh
    Keymaster

    @kzukeri: Your logo seems to be 400px, please use a smaller logo. And for the alignment, go to Dashboard=> Appearance=> Customize=> Site Identity and uncheck Check to move Site Title and Tagline before logo option.
    Let me know if any problem.

    Regards,
    Mahesh

    #106392
    mikegeig
    Participant

    Sorry for the thread necromancy, but I tried this code provided and it makes the Title appear floating infront of my page content. Can this be made a solid section or integrated into the top menu somehow?

    #106401
    Mahesh
    Keymaster

    @mikegeig: Just checked your site. You are currently using a different theme.

    Regards,
    Mahesh

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Site Title Display Open by Default’ is closed to new replies.