-
Author
-
March 21, 2018 at 15:03 #192575ThrewTheNevRParticipant
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?
March 21, 2018 at 19:23 #192627RaduModeratorHi,
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 solutionMarch 21, 2018 at 19:31 #192629ThrewTheNevRParticipantTy, Radu.
Starting to feel like a dullard for not trying that before.March 21, 2018 at 19:55 #192634ThrewTheNevRParticipantCrap 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.
March 22, 2018 at 13:10 #192678ThrewTheNevRParticipantTried to hide it by page id as well. Unfortunately to no avail.
March 22, 2018 at 18:14 #192721RaduModeratorYou see that the code works for me if i inject to the page.
Let me know the credentials to take a closer look
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 22, 2018 at 18:52 #192726ThrewTheNevRParticipantI 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.
March 22, 2018 at 19:03 #192729RaduModeratorHi,
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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.