Change category menu style on homepage?

Posted in: Newspaper
Post count: 14

I’m not sure how to word it, but is there a way to change category style on the homepage? In other words, I’m using the default Newspaper (BOTTOM) but I like how the lines and colors are in the News Magazine demo (TOP).

Default Newspaper

Post count: 22421

Hello,

The block titles are one of the demo-specific elements. There is no setting in the theme to change the block titles. They are hard-coded in each demo style that you choose. The default has one style for the headers, news magazine has a different one…and so on.
You can only replicate the style using css.
The colors are set from the block settings -> http://screencast.com/t/XYXUsBmeP1d
And for the header style, you can add a transparent background color to the header using this code:
.block-title span{
background-color: rgba(171, 140, 73, 0)!important;;
color: black;
font-size: 18px;
padding-bottom:5px;
padding-left:0!important;
}

result: http://screencast.com/t/iUYPncMouruX

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.