Profile Block - Can i change font,color, size in ?
yale1971
Registered Users Posts: 15 Big grins
Hello
i put my profile block with cover & icon inside my new Guest-book page :
http://www.yannicklefevre.com/Guest-Book
but i didn't like the size on the main text ( Yannick Lefevre )
so i would like change the size, font and perhaps colors on this ...
I try it but i'm wrong ( i need to learn with CSS ) :
.sm-page-widget-profile-name h1
.sm-title-xl {
font-family: Arial
font-size: 18px !important;
color: #ffffff !important;
}
So that is the correct CSS custom ....
Thank U for your help
Take care
Yan
i put my profile block with cover & icon inside my new Guest-book page :
http://www.yannicklefevre.com/Guest-Book
but i didn't like the size on the main text ( Yannick Lefevre )
so i would like change the size, font and perhaps colors on this ...
I try it but i'm wrong ( i need to learn with CSS ) :
.sm-page-widget-profile-name h1
.sm-title-xl {
font-family: Arial
font-size: 18px !important;
color: #ffffff !important;
}
So that is the correct CSS custom ....
Thank U for your help
Take care
Yan
0
Comments
In addition, CSS is syntax. If there are multiple entries in the CSS specifications each entry must be terminated with a semicolon (;). Only the last entry can have no termination. And if there are multiple CSS elements that are targeted, those must be separated with commas (,).
This will change the font type, size, and color: Color can be specified as a name or as a hex color code.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
font-family: FONTNAME;
font-size: NUMBERpx !important;
color: #COLORCODE !important;
}
tailoredportraits.com
Hi Denise,
i don't use firefox and if i understand well, Firebug works only with Firefox ? I use Safari with my iMac
Thank U for this quick learn about CSS
and as usually, it works well now ;-)
Regards
Yan
http://www.yannicklefevre.com
FACEBOOK / FLICKR / GOOGLE+ / 500PX
Hi Michael,
Thank U for your help
it works well now !
Regards
Yan
http://www.yannicklefevre.com
FACEBOOK / FLICKR / GOOGLE+ / 500PX
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
i do it :-)
http://www.yannicklefevre.com
FACEBOOK / FLICKR / GOOGLE+ / 500PX
1. Click on Safari from the menu line
2. Click on Settings
3. in the opening window choose the "extended" tab (furthest to the right with the crank symbol)
4. In the bottom of that tab activate "Show Menu Developer in Menu line" (or what ever they called it in English...last checkbox on that side)
In many occasions I do like Firebux better, but the Safari Developer has the opportunity to show how a website looks like in different browsers, which works not too bad.
Anyway: you should install multiple browsers if you are customizing your website in anyway, this because different browsers show things in different ways, so you would want to test if all your changes work in every browser or if you need to add special code to make them work. For example if you took a look at my blog in Safari and opened for example this article: http://blog.lilleulven.com/2016/06/the-scandinavian-adventure-flam.html you will see an initial letter, if you open the same page in any other browser, you will at this point in time not see that initial letter because no other browser supports that initial-letter CSS yet.
Good luck
Lille Ulven
Support Hero and Customeister
http://www.smugmug.com/help