Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Rheddy Posted January 28, 2016 Posted January 28, 2016 I've been figuring this out as I go along and most problems I've been figuring out how to correct them by using the "element" tool in web browsers. But, I've been having difficulty in regards to changing the font sizes for IP.Content/Pages. I have Pages configured to display Pages through "Article View", but I'm having problems trying to change the font sizes for the username associated with the registered member who posts the article. The font size for usernames is a different size than the username that is displayed when you view the "expanded" version of the article: Article View/IP.Content Index Page Viewing Expanded Article (Read More) To be honest, I can't quite figure out how to fix the font size for this. When I try and edit the font size for the "Article View/Index Page", it also adjusts the font size for usernames on my message forums (which I have already modified). I'm looking for an option so that when I change the font size, that the modification only adjusts the font size on "Content/Pages". It seems that when I try to change the font size in relation to IP.Content/Pages, it also seems to adjust the font sizes for usernames on my message forums, despite the fact that font sizes for IP.Content/Pages and font sizes for the message forums seem to be using two different font sizes. Larger font sizes for IP.Content and smaller font sized for the message forums.
Meddysong Posted January 28, 2016 Posted January 28, 2016 You could create a CSS sheet with the changes you want and then include it on the specific pages. That way it won't effect the Forum or any other apps.
Rheddy Posted January 28, 2016 Author Posted January 28, 2016 Unfortunately, while that fix corrected the problem in respect to the article view, it hasn't fixed the font size in relation to the expanded article. Still hoping to find a fix for the font size on that front.
TAMAN Posted January 29, 2016 Posted January 29, 2016 if you could show us a link and point what text you want to change the font size exactly i could be able to help
Rheddy Posted January 29, 2016 Author Posted January 29, 2016 Here's the problem: goddess-project.net/articles.html/anime-news/funimations-baccano-license-expires-r6/. Notice that the font size for the username is ridiculously enlarged and it's causing me some headaches.
Meddysong Posted January 29, 2016 Posted January 29, 2016 You know how you have a <span> around that field? Couldn't you add "font-size: 0.8em" or whatever to it?
steve00 Posted January 29, 2016 Posted January 29, 2016 2 hours ago, Morisato said: Here's the problem: goddess-project.net/articles.html/anime-news/funimations-baccano-license-expires-r6/. Notice that the font size for the username is ridiculously enlarged and it's causing me some headaches. Not sure why adding inline style but probably have your reasons. Anyway, for your question try adding into custom.css [data-pageapp="cms"] .ipsType_large { font-size: 12px; } obviously change size to own requirements or remove the ipsType_large from the <p> tag in the page
Rheddy Posted January 29, 2016 Author Posted January 29, 2016 @steve00, thanks. It did the trick. Since I upgraded to IPS4 several weeks ago, I've been trying to play catch up and learn these things on my own. It's just when I run into a problem that I can't fix or can't find a solution to that I find myself running into problems like this. But, thanks for the help. It's appreciated.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.