We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Increase font size of posts titles in Dashboard (Solved) | Forum

Topic location: Forum home » Support » General Questions
Comedian
Comedian Nov 14 '13
Hello

I made the blogs plugin to show the recent posts in the dashboard but the titles are too small, do you know where can I change the size?
Additionally , do you know if it is possible to add the image of the post in that widget?

Basically I would like to enhance the way posts are shown in the dashboard

Thanks a lot!
The Forum post is edited by ross Nov 18 '13
ross Team
ross Nov 15 '13
you can find the element ID or Class with Firebug and apply CSS rules: font-size: your size px in Admin Panel/Appearance/Edit theme/CSS section.  As to the image, can you provide a screenshot where you want to put the image?
Comedian
Comedian Nov 15 '13

Quote from ross you can find the element ID or Class with Firebug and apply CSS rules: font-size: your size px in Admin Panel/Appearance/Edit theme/CSS section.  As to the image, can you provide a screenshot where you want to put the image?


Found it, thanks!!
Just changed this

.ow_ipc_header a {
    font-size: 16px;
    font-weight: bold;
}

The original was 12px.
ross Team
ross Nov 17 '13
Ok, great!