Custom CSS for Oxygen Theme to Lengthen Headings on Homepage
-
Hi there,
I am using the Oxygen theme with the upgrade to custom CSS. The part I’m having difficulty in customising in the CSS is the display of the article headings on the homepage. I have deactivated the slider, so only the recent articles display.
Currently, the headings display on the homepage like this:
Living it up in
the Lake
Conjola
SunshineI wish the heading to be all on one line, preferably followed by the exerpt underneath, and the details following, like this:
Heading
Excerpt
January 1, 2013. 1 Comment.Can anyone assist me with this?
The blog I require assistance on is:
http://therebeccaproject.com/Thanking you kindly!
The blog I need help with is: (visible only to logged in users)
-
This example will just affect the home page. Add it to your Appearance → Custom Design → CSS editor:
.home .entry-header { float: none; width: 100%; } .home .entry-summary { float: none; padding-left: 0; width: 100%; } -
That works. Thanks so much for your help!
Having seen the way it looks now, do you know how I can condense the date and comments (currently on separate lines), onto one line just underneath the header?
Thanks.
-
Do you know how I can condense the date and comments (currently on separate lines), onto one line just underneath the header?
Try adding this:
.entry-meta span { display: inline; } .entry-meta .byline { padding-left: 10px; } -
-
- The topic ‘Custom CSS for Oxygen Theme to Lengthen Headings on Homepage’ is closed to new replies.