I am helping alumnus to build a WordPress website, quite interesting.
Additional CSS: good way to custom the style.
Remove the page title:
.bread_crumb
{ display: none; }
For custom top right menu:
div.top-right-class ul {
float:right;
margin:20px 0px 20px 0px;
list-style-type: none;
list-style: none;
list-style-image: none;
text-align:right;
display:inline-block;
}
div.top-right-class li {
padding: 0px 20px 0px 0px;
display: inline-block;
}
div.top-right-class a { color:blue; }
Remove 1st letter drop cap:
.entry-content > p:first-of-type:first-letter{
font-size: 100%;
line-height: 1;
margin-right:-10px;
Display posts style:
.display-posts-listing .listing-item { clear: both; }
.display-posts-listing img {
float: left;
margin: 0 10px 10px 0;
}
No comments:
Post a Comment