Editing Home Page Article Titles

Posted in: Newspaper
Post count: 122

I am trying to get my posts to look more like the posts in this image.

I have gotten somewhat close, but I still need to add the divider ____ and also move the date down.

I appreciate any help. Here is my current CSS

/* Add Catagories Home Page Titles */
.home .td_module_4 .td-post-category {
position: relative!important;
background-color: transparent;
margin-right: 0;
padding-left: 0;
padding-right: 0;
text-transform: uppercase;
letter-spacing: 2px;
color: #c8a174;
margin-bottom: 2px;
font-size: 11px;
text-align:center;
font-weight:normal;
}

/* Centered Titles */
.td_module_4 .td-module-title,
.td_module_4 .td-module-meta-info{
text-align: center;
letter-spacing: 2px;
}

http://www.sasquatters.com

Thanks!

Post count: 23312

Hello,

You could use a bit of CSS code in order to achieve this. Use the code below and place it in Theme panel -> Custom CSS area.

.td-module-title{
border-bottom:2px solid black;
}

Thanks for your understanding!

Post count: 122

Thank you. The boarder is going across the whole post now rather than just a small bit in the middle. How can this be fixed?

Also, how can I move the date to the bottom left under the post preview text?

Thank you.

Post count: 23312

Hello sasquatters,

Notice that I have given you a hint in this case but then, you should do it yourself because we cannot provide support for additional customizations-custom work. We have a useful guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Using this tool you should create your own Custom CSS code. Clear all the caches and check the results.
So, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Post count: 122

How do I get more support?

I removed .td-module-date but couldn’t add it to .td-excerpt
I also tried to change the bottom-border thickness but that just makes it taller, not shorter since borders will always extend the full length or width of the element.

Thanks

Post count: 23312

Hello sasquatters,

Please notice that our support is addressed only for the theme’s settings and are not covered if you want to make some additional customization, please understand! So, if you want additional customizations and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work, sorry! Usually, we recommend the developers from studio.envato.com.

Thanks for your understanding!

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