Text above search title

This topic contains 12 replies, has 3 voices, and was last updated by  Alex Rollin 5 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #447740

    Leigh
    Expired Member
    Post count: 105

    Hello,
    is there any way to add text above the home page search box by way of widget or plugin?
    Indicated in screenshot…
    I know I can change page title which changes ‘Search’ to ‘Home’ or whatever…
    But is there a way to add a catch phrase or similar?
    If I change page title to catch phrase, the title becomes too long in menu.
    🙂
    Thanks

    #447743

    Kor
    Moderator
    Post count: 16516

    Hi Leigh,

    Thanks for your post. This could be possible using custom CSS. Let us know if it works.

    
    
    .sd .featured-area h1.entry-title:before{
        content:"Geodirectory";
        display:block;
    }
    #447748

    Leigh
    Expired Member
    Post count: 105

    you are sooo totally awesome @Kor!
    It works 🙂
    One thing… if I change h1 to h2,3,4, etc it disappears.
    I’m presuming h1 means heading 1?
    How to make this smaller?

    #447750

    Kor
    Moderator
    Post count: 16516

    Hi Leigh,

    You can make it smaller by using the custom CSS code below.

    
    
    .sd .featured-area h1.entry-title:before{
        content:"Geodirectory";
        display:block;
        font-size:12px;
        color:blue;
    }
    #447760

    Leigh
    Expired Member
    Post count: 105

    You are THE BEST!!!!
    Thanks 😉

    #448589

    Leigh
    Expired Member
    Post count: 105

    @Kor this may be pushing it a bit 😉
    but can I make the text hyperlinks?
    So I have “Find a Project | Add a Project | Add your Profile”
    Can I make the 3 options link to different pages?

    #448659

    Alex Rollin
    Moderator
    Post count: 27815

    You can add additional custom text with the subtitle field. See the doc for more information: https://wpgeodirectory.com/docs/supreme-directory-overview/

    #448739

    Leigh
    Expired Member
    Post count: 105

    Oh thanks Alex, didn’t know the custom field was there – have it now 🙂
    Is there a way to hyperlink the subtitle? 3 different links?

    #448757

    Alex Rollin
    Moderator
    Post count: 27815

    Yes, you could try writing it in the body field and using the editor to format the html, add the links. Then copy and paste it where you like.

    #448804

    Leigh
    Expired Member
    Post count: 105

    awesome thanks – that’s a great method seeing as I don’t know how to code 😉
    What do I set ‘field type’ as? text or other?

    #448840

    Alex Rollin
    Moderator
    Post count: 27815

    Yes a text field.

    #454077

    Leigh
    Expired Member
    Post count: 105

    Hello, would love your help again.
    Can you take a look at my home page?
    How do I separate the one line of text into 2 lines for a subtitle?
    perthprojects.com.au

    #454207

    Alex Rollin
    Moderator
    Post count: 27815

    You can try adding a <br /> tag to break the line.

Viewing 13 posts - 1 through 13 (of 13 total)

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

Open Support Ticket