Search found 1966 matches

by Rahber
Mon Oct 01, 2018 11:17 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Moderating groups in bold in viewforum and index
Replies: 7
Views: 1197

Re: Moderating groups in bold in viewforum and index

Is this the problem with default prosilver as well? what is the version of your phpBB
I just checked out in vanilla phpbb 3.2.3.

This both should not be bold. as in funcitons_content.php they are without any class to add any styling.
by Rahber
Mon Oct 01, 2018 11:08 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Can't get rid of the underline from visited links
Replies: 8
Views: 971

Re: Can't get rid of the underline from visited links

Please PM me the link a direct link where i can see the problem.
by Rahber
Mon Oct 01, 2018 10:22 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Can't get rid of the underline from visited links
Replies: 8
Views: 971

Re: Can't get rid of the underline from visited links

Code: Select all

 .postlink {
	border-bottom: 0px !important;
} 
just changing the color wont stop the border to appear you need to set the value of border-bottom to 0px which is in links.css
by Rahber
Mon Oct 01, 2018 9:57 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Can't get rid of the underline from visited links
Replies: 8
Views: 971

Re: Can't get rid of the underline from visited links

it might be inhering from other css code. Did you try adding !important? else please provide a link to your board for us to see it.
by Rahber
Mon Oct 01, 2018 9:50 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Moderating groups in bold in viewforum and index
Replies: 7
Views: 1197

Re: Moderating groups in bold in viewforum and index

Can you please provide a link of your board for us to see this? or maybe some screenshots.
by Rahber
Mon Oct 01, 2018 9:48 am
Forum: [3.2.x] Styles Support & Discussion
Topic: stylesheet location for code css
Replies: 5
Views: 885

Re: stylesheet location for code css

it is in content.css search for .codebox code
by Rahber
Thu Mar 29, 2018 6:20 am
Forum: [3.2.x] Styles Database Releases
Topic: Revolution
Replies: 4
Views: 5442

Re: Revolution

Style Updated to version 2.1.2
See first post for Download Link
by Rahber
Sat Oct 07, 2017 6:30 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to create mobile responsive logos
Replies: 32
Views: 4884

Re: How to create mobile responsive logos

in your styles/prosilver/theme/responsive.css because prosilver_se inherits style from prosilver.
by Rahber
Tue Oct 03, 2017 5:00 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: how do you get a full background
Replies: 3
Views: 665

Re: how do you get a full background

Can you provide a link to your board?
by Rahber
Tue Oct 03, 2017 9:48 am
Forum: [3.2.x] Styles Support & Discussion
Topic: how can i make my forum back ground?
Replies: 16
Views: 1792

Re: how can i make my forum back ground?

Please add it after .affix { position: fixed }
by Rahber
Tue Oct 03, 2017 6:19 am
Forum: [3.2.x] Styles Support & Discussion
Topic: how can i make my forum back ground?
Replies: 16
Views: 1792

Re: how can i make my forum back ground?

add it to the very bottom.
by Rahber
Tue Oct 03, 2017 6:18 am
Forum: [3.2.x] Styles Support & Discussion
Topic: how do you get a full background
Replies: 3
Views: 665

Re: how do you get a full background

in colors.css

find #wrap change the background color to rgba(255, 255, 255, 0.40) and if you still need the othe stuff to be white transparent too you can add this to colors.css #page-body {
background: rgba(255, 255, 255, 0.40);
}
by Rahber
Mon Oct 02, 2017 7:12 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: how can i make my forum back ground?
Replies: 16
Views: 1792

Re: how can i make my forum back ground?

try putting in utilities.css, as a common practice please do keep a copy of original style in case you have to revert back to original.
by Rahber
Mon Oct 02, 2017 7:08 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to create mobile responsive logos
Replies: 32
Views: 4884

Re: How to create mobile responsive logos

Okey so bear with me while we try this out. I see originally your logo is 224px which is hard-coded so that's why when it goes into responsive it still maintains its height. in your responsive.css find @media (max-width: 500px) { add the following code after that span.site_logo { height: 100px !impo...
by Rahber
Mon Oct 02, 2017 10:10 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Viewing profile question
Replies: 8
Views: 1006

Re: Viewing profile question

add the code to forum/styles/YOUR ACTIVE THEME/theme/theme.css

Go to advanced search