MyBB Community Forums

Full Version: Square Theme Questions (by eNvy)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You're an absolute legend eNvy, thanks a heap! Smile
(2014-09-20, 08:45 PM)eNvy Wrote: [ -> ]They're on the templates directly, without any variable.

New Thread is in forumdisplay_newthread, New Reply is in showthread_newreply, Closed thread

is in showthread_newreply_closed, Users online is in index_whosonline, and welcome is in

header_welcomeblock_member.

Always search in the templates in my themes Toungue.

How could I have missed that? Big Grin Thanks a lot eNvy!
thanks for the code

but what exactly am i changing in this code to change the colour

#header
#panel
.usermenu a:link, .usermenu a:visited, .usermenu a:hover, .usermenu a:active
.wrapper-dropdown-5
.wrapper-dropdown-5:hover, .wrapper-dropdown-5:active
.wrapper-dropdown-5 .dropdown
.wrapper-dropdown-5 .dropdown li:hover a
.breadcrumb
.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb
.breadcrumb .crust .arrow
.breadcrumb .crust .arrow span 
.breadcrumb .crust:hover a.crumb
.breadcrumb .crust:hover .arrow span
.buttons
.buttons:hover
.clickedbuttons
.clickedbuttons:hover
.thead
.theadend
.catdesc
.tcat
#footer
#copyright
#copyright a:link, #copyright a:visited
#copyright a:link, #copyright a:visited
::-webkit-scrollbar-track
::-webkit-scrollbar-thumb
::-webkit-scrollbar-thumb:hover
.pagination2 a:link, .pagination2 a:visited
.pagination2 a:hover, .pagination2 a:active
.bigbutton a:link, .bigbutton a:visited
.bigbutton a:hover, .bigbutton a:active
.pbbutton a:link, .pbbutton a:visited
.pbbutton a:hover, .pbbutton a:active
.minibutton a:link, .minibutton a:visited
.minibutton a:hover, .minibutton a:active
.welcometitle
input.loginbutton
input.loginbutton:hover
a:link, a:visited
a:hover, a:active
.pagination .pagination_current
.pagination a:hover
.trow_sticky 
.trow_announcement
.bottommenu
Background, border, and color in the case of links.
ive no idea what you are on about
If you don't know html or css at least a bit, I don't think you can change that.

Go to ACP > Templates & Styles > Styles > Square > and you have there global.css and Square.css

Open both, and click in "Advance mode editor", then you can search with CTRL+F the classes I put before (#header, #panel, etc).

You will see something like this:

Quote:#header {
bla bla bla: bla bla bla;
background: #450368;
bla bla bla: bla bla bla;
}

Then, you need to change that #450368 for the color you want, and save the changes.
i did that no colours changed
eNvy can you please just give us the global.css and square.css in the green version???
(2015-12-24, 10:55 AM)Bob Dylan Wrote: [ -> ]eNvy can you please just give us the global.css and square.css in the green version???

I'm sorry but I can't. That's why I put all the classes you need to change in order to turn Square in anything you want.
(2015-12-24, 01:45 PM)eNvy Wrote: [ -> ]
(2015-12-24, 10:55 AM)Bob Dylan Wrote: [ -> ]eNvy can you please just give us the global.css and square.css in the green version???

I'm sorry but I can't. That's why I put all the classes you need to change in order to turn Square in anything you want.

Nah dw too hard

how come the drop down menu text doesnt work??? http://prntscr.com/9i96kr
Pages: 1 2 3