Title bar on search

This topic contains 6 replies, has 2 voices, and was last updated by  Marcus Conway 7 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #378131

    Marcus Conway
    Expired Member
    Post count: 126

    Hi. I would like to add a bar that add a title to a listings results page as shown. The text is essentially:

    ALL ‘Category’ ‘CPT’

    #378142

    Guust
    Moderator
    Post count: 29970

    I guess you are using Supreme?
    Try this CSS

    
    
    .sd.archive.geodir-page .entry-header {
       display: block !important; 
    }
    #378159

    Marcus Conway
    Expired Member
    Post count: 126

    Awesome that has added the title below the block. Can you tell me how to style it. I want to set the font colour and the background colour. Thanks

    #378162

    Guust
    Moderator
    Post count: 29970

    This explains how to do your styling:
    https://wpgeodirectory.com/docs/customizing-your-style/

    For example

    
    
    .sd h1.entry-title {
        color: green;
        font-family: sans-serif;
    }
    #378173

    Marcus Conway
    Expired Member
    Post count: 126

    Thanks guys. Assuming it doesn’t break GD you guys should recommend Site Origin CSS editor – its now helping me a lot – along with you guys of course 🙂

    #378176

    Guust
    Moderator
    Post count: 29970

    See https://wpgeodirectory.com/docs/customizing-your-style/

    We also recommend the SiteOrigin CSS plugin, which adds a CSS inpector to your site and allows you to save your new styles directly to a custom stylesheet.

    🙂

    #378178

    Marcus Conway
    Expired Member
    Post count: 126

    I must learn to read 😂

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

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

Open Support Ticket