Replies: 0
Hello!
I have three problems.
First, how can I disable the sticky header menu?
Second, how can I disable paging on home page?
And last, how can I center the titles of the posts on home page?
In additional CSS i have this:
#bd .entry-title span{
color:#cc0000;
font-family: ‘Verdana’, ‘Lucida Grande’, ‘Helvetica’, ‘Arial’, ‘Free Sans’, sans-serif;
font-style: italic;
font-size: 20px;
font-weight: normal;
display: inline;
}
but “text-align:center” is not worked :/