Home Forums Pro Themes Education Hub Pro Removing the site title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7701
    rd16
    Participant

    How can I remove the site title (above content)?

    I would like to have it like @richardboat (http://www.cafblc.org), so that I can direct go from the menu to the content.

    Regards!

    #7705
    wensolutions
    Keymaster

    Hello,
    I hope you are having a very nice day,

    The instructions you provide seems a bit confusing,
    Can you please elaborate more on the issue or the feature you want by providing us your site url and/or a screen shot of the feature you want but cannot obtain right now.

    Best regards.

    #7734
    rd16
    Participant

    Hello,

    here is a screenshot

    https://www.dropbox.com/s/eqxkanzlmtm3e7m/screen1.jpg?dl=0

    I need to remove the “Computerkurse” and move the content nearer to the menu.

    #7739
    wensolutions
    Keymaster

    If we have understood you correct, then here are the steps to bring your content below near to the main menu.

    Steps :

    1. Remove image: Go to your page editor “Computerkurse” and select value to ‘No image‘ in Choose Image Size in Single Post/Page select option and [Save]. Do this step if you want to remove the image that is in the content.

    2. Remove title “Computerkurse” : Put the following custom CSS in Appearance -> Customize -> Theme Options -> Advanced Options -> Custom CSS

    article.page h1.entry-title {
        display: none;
    }

    This will hide the page title and push the content above near the menu.

    Hope this what you are looking for.

    If still not, let us know.

    #7741
    rd16
    Participant

    Hello,

    Thanks a lot!! This works just as needed!

    Best Regards!

    #7743
    wensolutions
    Keymaster

    No problem. Glad to help you.

    Have a nice day . !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.