inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jul 20, 2015 9:23:40 GMT -8
I have gone absolutely blind right now. I'm trying to make the name in the mini-profile bigger, but I just can't find it anywhere in the coding where I'm suppose to do that. Anyone who can point me in the right direction?
|
|
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 Jul 21, 2015 23:33:35 GMT -8
I have gone absolutely blind right now. I'm trying to make the name in the mini-profile bigger, but I just can't find it anywhere in the coding where I'm suppose to do that. Anyone who can point me in the right direction? Unless you just added this, I see a inline font size that is in the mini-profile template.
<div class="title-bar" style="font-size: 20px;">
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jul 22, 2015 0:21:33 GMT -8
Well it doesn't change the size of the names, so something isn't right. Just can't seem to see what it is. Right now the names look more like a size 12 or 10 even.
|
|
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 Jul 23, 2015 2:47:22 GMT -8
Well it doesn't change the size of the names, so something isn't right. Just can't seem to see what it is. Right now the names look more like a size 12 or 10 even. You didn't really say what you tried so the first place to go is your Visual Editor: Admin>Themes>Advanced Styles & CSS>Visual Editor> and then Mini-Profile>Text and you have two options. Either change it to a size to see if it does anything or just delete the size out of there totally and then see if that 20px inline style kicks in.
If that doesn't work, might want to check the plug- in you have called the "user_rpg_profile". I don't remember if it had an option for size in there or not.
Last, check the bottom of your style sheet as there might have been css added as part of the mini-profile remodel. You'd be looking for something like:
.mini-profile .title-bar a{ some styles here }
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jul 25, 2015 23:08:40 GMT -8
It helped putting that last part you mentioned into the style sheet. So now it works perfectly
|
|