Menu "Page Title" For Joomla Article - Question | JoomShaper

Menu "Page Title" For Joomla Article

TK

Torsten Kaletta

Feature Request 1 year ago

Hello,

is it possible the title and background image under the point "Page Title" in the menu link show for joomla articles too? I have using the tabs and inserted "joomla articles". Now is the view a other as my other sites, because the option "Page Title" will not showing. Is this Page title only for PB Sites?

best regards

Torte

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #107153

Hi there!

Thanks for your query.

You may use the following code in your custom CSS:

.view-article #sp-title {
    display: block !important;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
TK
Torsten Kaletta
Accepted Answer
1 year ago #109467

Hello,

Thanks a lot for your helpful answer.

best regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #109473

You are always welcome:)

0