MyBB Community Forums

Full Version: Revolution gaming [Dark theme] 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
ould like to ask some help to fix the dropdown in my name and in message. it returns to .../index.php#. thanks  for the reply
You mean your drop downs aren't working? Send me your forum url.
iAndrew - first of all - great theme bro! I love it Smile

I started remaking it for my needs and got two issues I cannot fix:

first is the logo spacing - i modified the default 220px height for logo bg, but don't know how to make the forums start at a higher point:

[Image: in27mpC.png]

the second thing I got stuck with is this bar:

[Image: 0TiNE8u.png]

i'm now really sick and tired of looking for solutions on my own - pls help me with these Big Grin
Do you want your logo below the header image or inside it?

Second image is .post_controls in global.css

You are using an old version.
https://community.mybb.com/mods.php?acti...6&bid=1863
i want the logo inside the header.

when it comes to the second issue - still don't think i know how to modify the code in order to make the bar darker - i wan the bg to be #202020 but i don't know which parameter should i modify
Change the background colour to #202020

Can PM me a temp login if you need help.
.post_controls {
text-shadow: 1px 1px 0px #161616;
border-bottom: 6px solid #181818;
clear: both;
padding: 8px;
overflow: hidden;
}

this is how the code looks now
.post_controls {
background: #202020;
text-shadow: 1px 1px 0px #161616;
border-bottom: 6px solid #181818;
clear: both;
padding: 8px;
overflow: hidden;
}
didn't work, sadly : /
Can you send me a temp login ? normal user will do.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43