Customizing SMF > Theme Site Themes

Black Storm

<< < (2/5) > >>

'Trax':

--- Quote from: crazyearner on June 05, 2012, 06:46:16 PM ---Hello can you tell me how to edit the text that is desplyed in posts to people I want to know how to edit the color of this as it is blended in too much and needs to be brighter or white text

--- End quote ---

Index.css

Find and change the color on both these to how you like.


--- Code: ---.windowbg, #preview_body {
  color: #5B5B5B;
}

--- End code ---

Find:

--- Code: ---.windowbg2 {
  color: #5B5B5B;
}

--- End code ---

Semerchet:
The problem of overlapping menu.


--- Code: ---http://www.youtube.com/watch?v=TzlvKwt7qqc&feature=youtu.be
--- End code ---

'Trax':

--- Quote from: Semerchet on August 31, 2012, 01:44:04 PM ---The problem of overlapping menu.


--- Code: ---http://www.youtube.com/watch?v=TzlvKwt7qqc&feature=youtu.be
--- End code ---

--- End quote ---

My apology for the delay in responding to this. If you still need a solution to this here it is.

In theme's  /css/index.css

Find

--- Code: ---#topnav li li {
width: 200px;
height: auto;
padding: 0;
}

--- End code ---

Replace with

--- Code: ---#topnav li li {
width: 300px;
height: auto;
padding: 0;
}

--- End code ---

Find

--- Code: ---#topnav li ul {
background: #202020;
position: absolute;
width: 200px;
left: -999em;
margin-left: -1px;
}

--- End code ---

Replace
Find

--- Code: ---#topnav li ul {
background: #202020;
position: absolute;
width: 300px;
left: -999em;
margin-left: -1px;
}

--- End code ---

It is caused by long language strings but this should do it.
If you need it to be wider, just alter the width of 300px.

electricwildflower:
Got a couple of questions if you can answer them i did ask in forums but was sent here anyway i am looking to change a few things if you could help.

1. As you can see from the picture below i have successfully removed most of the navigation bar i will be removing the rest next This is due to being integrated into my website. So the question is everything from the navigation upwards can i remove it and bring general category up so it sits just under my navigation bar. ?

(the forum is in iframes)

1. Welcome, Guest. Please login or register. - Is it possible to remove this IE hidden and also is it possible for me to have this integrated into my website so they can log in on one of my .html pages instead of having to visit forum to sign in.


http://keepitrealkeepitgoth.3owl.com/forum.html

'Trax':
Yes you can remove all the stuff from the top area of the theme.

In index.template.php remove everything between

<div id="header">
</div>


PS: The link you posted don't work.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version