Hello Blush: “New on the Blog” section on the front page
Good morning Jennifer. I would like to change the wording of the “New on the Blog” section on the front page. Where can I go to do that? Also – is there a way to remove the straight lines that are “connected to the post and have the images line up evenly
If you go to Appearance > Customize > Front Page Content, you will see the section that allows you to change the wording for “New on the Blog”.
On the style-front sheet, go to line 190 and delete the entire code that is. Make sure to clear your hosting and browser cache to see the changes.
.front-page .blog .entry-title::before {
content: “”;
height: 1px;
width: 75px;
background: #000;
display: block;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin: 0 auto 15%;
position: relative;
z-index: 1;
}
Please login or Register to submit your answer