Trouble With Module: SP Page Builder On The Title Position - Question | JoomShaper

Trouble With Module: SP Page Builder On The Title Position

Miguel

Miguel

General 1 year ago

Hi there, i was asked to make a new post about this. This is my problem: I added a module (modeules: SP Page Builder) on title position on a menu that is set to show a category as blog. In that page there is no problem. The trouble comes when you enter on any of those articles, that it is still shows the module.

Let me show you how everything is set, for you to understand my problem better;

I need the module to only being shown on the menu page "geneva updates" not on each article. How can I set that? Thanks!

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #109721

Hi there,

I appreciate you reaching out. I sincerely apologize for this oversight. Cause, You enter the geneva updates menu then you entered the article under the geneva updates article. That's why it is displayed.

-Thanks

0
Miguel
Miguel
Accepted Answer
1 year ago #109835

hi! How can I do for it not to show on the articles? Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #109969

Added initial solution.

Added this css code inside the custom.css file.

.view-article div#sp-title {
    display: none;
}
0