Hello!
Help, please, to decide a few problems of design my modest magazine.
I know that it is simple, but I need prompt.
How to do it?
1.to change a size and font of subheading of magazine?
2.to increase the size of font tags and page summary?
3.to dispose a tags column in left part under a calendar? Placing of elements must be as a column.
I shall
(
Read more... )
- Replace this in your current CSS:
- For page summary:
- I don't understand this one. You want all the sidebar elements in one column? You can change that from the Customize Journal Settings page by changing from 3 columns to 2 columns.
Please let me know if my instructions are unclear.div#header-name a {
font-family: "Book Antiqua",sans-serif;
font-size: 15pt;color:#FFFFFF;
border: 0}
div#header-text {
font-family: "Georgia",font-style:italic;
font-size: 20pt;color:#FFFFFF;
border: 0}
with this:
#header-name a {
font: 15pt "Book Antiqua", sans-serif;
color: #FFFFFF;
}
#header-description {
font: italic 20pt Georgia;
color: #FFFFFF;
}
.archive-widget {font-size: 14px;}
(Replace 14px with your own size.) You can't change the tags sizes in a cloud individually with CSS. You can either switch the tag cloud to a list, or use a custom theme layer to change the way the tags are displayed. There are a few examples here in this community.
Reply
I will apply your advices now.
Concerning a question 3.
I thought that it is possible to create the own non-standard model. I like variant with lateral elements from two sides. Think, that tegs rationally to place on the left emptying place under a calendar. I regret, if it is impossible.
Thank you.
( ... )
Reply
Reply
( ... )
Reply
Reply
- Customize Journal Style -> Sidebars -> Display of tags in sidebar: Change from "cloud" to "list".
- Or, Customize Sizes of Tag Cloud using theme layer.
- Or, Comma-separated tags list in sidebar, also using theme layer.
And thank you! I've never been called "magician" before! ;)Reply
Do I can to put a question yet? Prompt me how to change a font and size for links under entries, please
( ... )
Reply
.asset-meta-list a:link,
.asset-meta-list a:visited {
font: normal 16px Georgia, serif;
color: #20BDFF;
}Change the font specifier to whatever you wanted.
Reply
Reply
Leave a comment