Skip to:
Content
Pages
Categories
Search
Top
Bottom

Issue with default theme page title

  • @kieranw7261

    Participant

    Hi all,

    I have page titles which have a line beneath them.
    However on the forums pages the line is missing. Can someone please tell me how I can go about customising this part of my site:

    Title issue, cant customise it.

    Kind regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robin-w

    Moderator

    we need a link to the forums page of your site

    @kieranw7261

    Participant

    Hi there, the forum page is:

    http://thedemonsjumble.com/pcdev/forums

    Thanks

    @robin-w

    Moderator

    The code you have under the title is

    .add-new-post-header2 .container {
    border-bottom: 1px solid #ecf0f1;
    }

    Are you using a wordpress page with [bbp-forum-index] in it?

    @robin-w

    Moderator

    you seem to have a custom.css and around line 3009 you have
    #seacrh-result-title .container {
    padding: 20px 0;
    }

    amend this to

    #seacrh-result-title .container {
    padding: 20px 0;
    border-bottom: 1px solid #ecf0f1;
    }

    That should work !

    @kieranw7261

    Participant

    That did work, thank you so much for your help.

    @robin-w

    Moderator

    Great – glad you’re fixed !

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