Question for birthday text

Started by Panoulis64, July 07, 2021, 10:18:41 AM

Previous topic - Next topic

Shambles

As in reply #11, download the index.css file from your Themes/ostara2/css folder and edit it, inserting display:none; around line 1277

There is another way, and that is to go into your Admin > Configuration > Current Theme > Theme Settings > Edit Theme then click the "Modify the stylesheets" link.  From the list that appears, click the index.css file and make the edit as above.

If you're still not comfortable doing any of the above, PM me some admin creds and I'll do it for you.

Panoulis64

I made it.
Basically he wanted both
Themes/ostara2/css
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font-family: Geneva, verdana, sans-serif;
margin: 0;
padding: 0;
float: left;
display: none;


and from Themes/ostara2/index.template.php
echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
<div id="header">
<div id="top_section">
<h1 class="forumtitle">
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['none'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['none'] . '" />', '</a>
</h1>';


Unfortunately before I tried in default to fix them.
Thank you for your help.

Shambles

Glad it's sorted for you, and you're welcome.

Feel free to click the button below.

Advertisement: