Guest nys0 Posted November 3, 2013 Share Posted November 3, 2013 (edited) I have came across with some more problems trying to costumize shift in order to loook like webflake custom look. 1.How can I remove the gap between the .maintitle and .post_block h3 and give a similar look to .post_block h3 to the webflake one. From To 2. When I am inside the a forum category I want borders like the webflakes ones, I set up ones for the frontpage but for inner forums I can´t do it. From To Edited November 3, 2013 by nys0 Link to comment Share on other sites More sharing options...
0 Skreamzja Posted November 3, 2013 Share Posted November 3, 2013 I can sort it for you if you want me to? If you want me to send my a link and an admin account via personal message. Link to comment Share on other sites More sharing options...
0 -Cookie- Posted November 3, 2013 Share Posted November 3, 2013 Goto ACP > Look & Feel > You Skin > CSS > ipb_styles and press cntrl + f and search#customize_topicand deletemargin-top: 8px;and for the other search for.removeDefault .ipsBox, .removeDefault.ipsBoxand addpadding: 9px;background: #5e8e20;background: #5e8e20 url("{style_images_url}/mainPattern.png") repeat 50% 0%;border-radius: 0 0 3px 3px;-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;box-shadow: rgba(0,0,0,0.3) 0px 1px 4px; Link to comment Share on other sites More sharing options...
0 Guest nys0 Posted November 3, 2013 Share Posted November 3, 2013 (edited) I already have the second option you mentioned, but that only modifies the borders on the frontpage and not in the innerforums. You can check my website hotsportugal.com. And how can I make the .pos_block h3 without rounded borders and specify a different color. Edited November 3, 2013 by nys0 Link to comment Share on other sites More sharing options...
0 -Cookie- Posted November 3, 2013 Share Posted November 3, 2013 inner forums look like this on my screen just what you wanted but to get rid of border radius do as followed find this in ipb_styles .post_block h3delete these lines-webkit-border-radius: 3px;border-radius: 3px;and to specify a different color you would have to turn of theme editor in ipbfs_Config which is under Global Templates and type in 'no' on<if test="$this->settings['themeEditor']='yes'"></if>then once done that go back to.post_block h3and change the color of this code#333535 url("{style_images_url}/mainPattern.png") repeat 50% 100%but only change this bit #333535 Link to comment Share on other sites More sharing options...
0 Guest nys0 Posted November 3, 2013 Share Posted November 3, 2013 Thanks everyone specially to born2be. Link to comment Share on other sites More sharing options...
0 Verified Posted November 3, 2013 Share Posted November 3, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
0 Phun Posted November 3, 2013 Share Posted November 3, 2013 Why do you want to copy our style is what i'm wondering. Make your own. 1 Link to comment Share on other sites More sharing options...
Question
Guest nys0
I have came across with some more problems trying to costumize shift in order to loook like webflake custom look.
1.How can I remove the gap between the .maintitle and .post_block h3 and give a similar look to .post_block h3 to the webflake one.
From
To
2. When I am inside the a forum category I want borders like the webflakes ones, I set up ones for the frontpage but for inner forums I can´t do it.
From
To

Edited by nys0Link to comment
Share on other sites
7 answers to this question
Recommended Posts