View Full Version : Blog
MajorKokosnuss
09-13-2014, 08:32 PM
Is it possible to edit the Blog CSS ?
I find nothing :/
http://prntscr.com/4mjmop
If i paste there like this:
#pagetitle h1 {
font: bold 140% Tahoma, Calibri, Verdana, sans-serif;
color: red;
display: block;
}
Nothing happens. i have no idea where i can modify my blog layout/design :/
Does anyone know where and how to do it ?
EDIT:
I wanted to make something like this for my Forum
http://www.gommehd.net
(Startseite/Startpage/HomePage)
Like new Announcements etc on the start page
tbworld
09-13-2014, 11:07 PM
vBulletin "Blog" is just like all the other vbulletin modules. You alter the templates and the stylevars for core changes. You use the CSS "templates" to additionally alter the CSS or you can append it to "additional.css".
"Pagetitle" is used in all modules and might be modified by another module or modification you have loaded. We really cannot tell the problem unless we have a link to your site and view the CSS on the page.
Add your code to the bottom of your "additional.css" template (should be the end of the CSS cascade) and it should work fine. :)
--------------- Added 13 Sep 2014 at 17:12 ---------------
You can add additional specificity in the "Blog" module by adding ".blog" to the selector.
.blog #pagetitle h1 {
font: bold 140% Tahoma, Calibri, Verdana, sans-serif;
color: red;
display: block;
}
:)
MajorKokosnuss
09-14-2014, 03:30 AM
Sometimes it makes no chances ):
Edit:
http://prntscr.com/4mn7uw
tbworld
09-14-2014, 04:23 AM
The CSS works fine on my system. Have you selected the right style for the template you have modified? You would need to provide your site URL, if you would like further help. We would need to see the working CSS. :)
MajorKokosnuss
09-14-2014, 05:03 AM
boomboomforums.com
and yes i did
--------------- Added 1410700187 at 1410700187 ---------------
I guess i found the issue
i had //============================BLOG================
before the stuff that didn't worked.
tbworld
09-14-2014, 08:38 PM
Yep, that would do it. Sometimes an error in the CSS can cause all further parsing of the CSS file to cease -- but then you know that know. :)
Glad you have it working.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.