This topic has 7 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #192575
     ThrewTheNevR
    Participant

    Good day,

    I have applied the following css to kleo-child style.css in order to hide my activity page title.

     

    .page-title {

    display: none !important;

    }

    Yet there have been no change.

     

    I have also tried these,

     

    h1.page-title {

    display: none !important;

    }

     

    And

     

    .page-id-9481  .page-title {display: none;}

     

    Any idea what is causing the conflict?

     

    #192627
     Radu
    Moderator

    Hi,

    Just use this css

    It works

    .activity h1.page-title {
        display: none !important;
    }
    
    
    Cheers
    R
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #192629
     ThrewTheNevR
    Participant

    Ty, Radu.
    Starting to feel like a dullard for not trying that before.

    #192634
     ThrewTheNevR
    Participant

    Crap that didn’t work either. I tried both the style.css and the css option within the page itself.

    Page title still shows. Tried it in couple different browsers it’s not a caching issue.

    #192678
     ThrewTheNevR
    Participant

    Tried to hide it by page id as well. Unfortunately to no avail.

    #192721
     Radu
    Moderator

    You see that the code works for me if i inject to the page.

    Let me know the credentials to take a closer look

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #192726
     ThrewTheNevR
    Participant

    I appreciate it Radu. It appears to be a conflict with buddypress not accepting the changes from the style.css in my kleo-child files.

    However I did create the activity page using WPBakery page builders activity page element.

    What I ended up doing tho was heading to buddypress>options>pages and set the activity page to none fixed the issue.

    Your css works when i did it that way,and I dont want you to waste or spend more of your time on the issue. Your a busy man whom been a mod for kleo for very long time, I am grateful for your help.

    #192729
     Radu
    Moderator

    Hi,

    Thank you for the kind words, i appreciate your polite and i’m glad that you had find a workaround.

    Have a nice week
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?