front page, sub title,

This topic contains 8 replies, has 3 voices, and was last updated by  Kor 4 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #525702

    Andreas
    Expired Member
    Post count: 43

    Hi,

    firstly, thanks for such a fantastic work.
    On the front page, I was able to solve some changes with your explanations, but not everything. I hope you can help me.

    1. The logo or an image should appear on the front page above the search field. As seen in my photo.

    2.The sub title should be underneath.

    I have read your explanation on the page https://wpgeodirectory.com/docs-v2/themes/supreme/#subtitle” but no «Front Page Subtitle» is displayed.

    Best regards
    Andreas

    #525717

    Alex Rollin
    Moderator
    Post count: 27815

    Hello

    Are you trying to place an image in the featured section? That isn’t possible, only text.

    Your screenshot is mobile so it is hard to tell what you have setup on the page already.

    Please share a link to the page so we can see what you mean.

    #525947

    Andreas
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #526847

    Andreas
    Expired Member
    Post count: 43

    Hi,

    do you already have a solution for me.

    I use the Supreme Directory theme. where can I change the front page. I just need a logo and a line of text above the search field on the front page.

    Best regards
    Andreas

    #526914

    Kor
    Moderator
    Post count: 16516

    Hi Andreas,

    Thanks for your reply. You can try using the custom CSS code below to display a logo above the title. Change the image-url to the correct address.

    .sd .featured-area h1.entry-title:before{
         background-image: url("image-url");
        display:block;
    }

    2. The subtitle should be underneath where?

    #526973

    Andreas
    Expired Member
    Post count: 43

    Hi Kor,

    thank you for your reply.

    1.
    I inserted your custom code, unfortunately without any visible success.

    2.
    The subtitle should appear directly under the logo.
    But that is not important now, I can take the h1 title for that too.

    Best regards
    Andreas

    #527049

    Alex Rollin
    Moderator
    Post count: 27815

    The code supplied by Kor needs to be altered by you with your own image URL. Did you try that?

    Thanks

    #527204

    Andreas
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #527313

    Kor
    Moderator
    Post count: 16516

    Hi Andreas,

    I’ve corrected it and here is the code for your reference.

    .sd .featured-area h1.entry-title:before{
        
        background-image: url("http://s521783280.online.de/wp-content/uploads/2020/01/findtiersitter-com-logo.png");
        background-repeat:no-repeat;
        height: 80px; /* You must set a specified height */
      background-position: center; /* Center the image */
      width:500px;
      content:"";
      display:block;
    
    }
Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket