inherit
204250
0
Sept 16, 2014 6:00:26 GMT -8
Joseph
13
January 2014
ferrari458italy
|
Post by Joseph on Jan 16, 2014 19:04:55 GMT -8
Hey guys, so.. I was really having a hard time and since I'm new i wish you could help me. I'm trying to get my forum look like this not the color or pic etc.. I'd want is the side shoutbox could anyone help me? also I'd want to know how do u put like a main postl ike this New Mmbership Rile cascadia gold club etc.. i'd want to know. and tell me which things i need to go like example Admin > Advance CSS > etc.. thanks! thats the forum im trying to follow.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Jan 17, 2014 3:07:14 GMT -8
This is what I use and would recommend you use for the sidebar. Adding information to the headers, should do the trick. Admin > Structure > Headers & Footers. Main header. <center> Put whatever you want here <br /> tags use them for line spaces. </center>
|
|
inherit
204250
0
Sept 16, 2014 6:00:26 GMT -8
Joseph
13
January 2014
ferrari458italy
|
Post by Joseph on Jan 17, 2014 18:20:58 GMT -8
It worked but how can I make it bigger also with colors? Also is it possible for it to have like a white background with the words?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jan 17, 2014 19:54:45 GMT -8
It worked but how can I make it bigger also with colors? Also is it possible for it to have like a white background with the words? Hey, Joseph, It is always wise to provide a link to your site so we can visually see what went wrong. In the side bar plug in you should have an option for the width. Just click on the left or right side bar tabs and there should be a width option. The side tables are made to pick up your theme colors but if you want to override those colors you can add some css and you can just put it in the first side table content box above your content: Admin > Plugins> Manage> Sidebar Redux Settings> <style> .container>.content{background-color:#ffffff; } </style>
|
|
inherit
204250
0
Sept 16, 2014 6:00:26 GMT -8
Joseph
13
January 2014
ferrari458italy
|
Post by Joseph on Jan 17, 2014 20:01:56 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jan 17, 2014 20:57:58 GMT -8
You did install the side bar plug-in, correct? I don't see the sde tables on your forum. Thanks for the link, btw. If you did install it, if you go to: Admin> Plugins> Manage> you'll see your plug-ins listed. Click on the Sidebar Redux and you should have some tabs up top. Click on the left side bar tab (or right if you want right side tables) and you should see the width and the content box. The content box is where you add your content and the css I gave you. I tried to explain it a bit different. Does that help?
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Jan 18, 2014 3:02:09 GMT -8
To edit the texts in the headers section. (Your text that you put in your main header.)
Try this. <div align="center" style="background:white; padding:5px; font-family:georgia; font-size:12px; text-align:center; color:black;">Put your information here.</div>
by going to Admin > Structure > Headers & Footers. Main header.
Also: change any of the font styles to whatever you want, I just put examples for you on how to style your html text.
|
|
inherit
204250
0
Sept 16, 2014 6:00:26 GMT -8
Joseph
13
January 2014
ferrari458italy
|
Post by Joseph on Jan 18, 2014 18:37:23 GMT -8
it worked. But how do i make the words bold? also is it possible for me to put a clock there?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jan 18, 2014 21:32:33 GMT -8
it worked. But how do i make the words bold? also is it possible for me to put a clock there? I don't know if you are replying to Welshling or me. Typically you can just add bold tags around the text: <b>Text to be bold</b> If you were referring to Welshlings html it you would add the blue: <div align="center" style="background:white; padding:5px; font-family:georgia; font-size:12px; text-align:center; color:black; font-weight:bold;">Put your information here.</div> If you do a search for a clock they should provide you with a code. You should be able to just add it to one of your side tables or even in your headers/footers.
|
|