Questions Regarding Fonts, Featured Images, And Social Buttons

Posted in: Newspaper
Post count: 51

Hi there guys,

I’ve recently bought your newspaper theme. My site is http://www.ClearAwayAcne.com
I have a few very important things to get settled regarding my theme customization.

1. I want to change my theme typography to which you use in your fashion template, and I want to make the title a bit more prominent by either underling it or increasing it’s size. I also want to ask that can I choose a separate colors for H1, H2, or H3 titles?
2. How can I disable featured posts from appearing in posts? It’s causing a single picture to appear two times.
3. I don’t want the pinterest buttion on the social sharing buttions after every post, and can I include any CTA with these buttons? Is it possible?
4. How can I avoid the same posts displayed on my home page multiple times?

It’s a big list though, but I desperately need to do these tasks,
Hope you’ll help ASAP 🙂

Sheikh.

Post count: 1291

Hi,

1. You can import this predefined syles like this:
http://screencast.com/t/yLOZrUAt
http://screencast.com/t/qLSTINIg

Do you use the default template? – http://screencast.com/t/e4Itye2zr
You can target h1, h2, h3 with custom css (add the css inside the Theme Panel -> Custom CSS):

h1 {
color: red;
}
h2 {
color: red;
}
h3 {
color: red;
}

But this will affect all h1, h2, h3 titles on the site, you have to add a specific class to target them only on the pages/posts you want.

2. I belive you are reffering to the featured image. The feature image can be removed like this: https://forum.tagdiv.com/how-to-hide-the-featured-image-on-post/

3. You can delete the code (or modify it) from the td_module_blog.php – http://screencast.com/t/ZiGcAU70s
You can find code for the other buttons above it, modify them to behave the way you want.
4. If you don’t use pagination or load more / infinite load options edit your home page and enable the “Unique articles” option like this: http://screencast.com/t/pUaAtaYg
If you use pagination configure blocks to display different categories.

Thank you, Emil G.

Post count: 51

I’m using the default template.

Pasting this custom CSS in the panel doesn’t work at all.

I do not have ANY idea how you’re talking about modifying this code (regarding sharing buttons). I couldn’t find that class in the theme editor from wp appearance panel.

Please let me know from where I can access the theme code like image you provided. And also, tell me how I can add a few words to this sharing box if I wish.

Post count: 1291

Hi,

1. Replied via dashboard, you have to specify exact locations on where to apply the modification.
2. You have to use a code editor like notepad++ and you have to know some basic css/php to do those modifications. If you don’t know how to doit you have to hire a programmer to doit for you, you can always find one on places like http://studio.envato.com/

Thank you, Emil G.

Post count: 51

Thanks mate that code worked perfectly fine.

And I just don’t want to get on to that sharing button’s code at the moment.

Just tell me the correct code for modifying H1,H2,H3… tags on my site.

I want to change their color and modify sizes.

Post count: 6600

Hi,

You need to inspect elements and target exactly each H that you want to change the color and font size. Use inspector from Firefox or Chrome.
Here is an example: http://screencast.com/t/h04pIe8BM

Thank you

Post count: 51

Alright, done! Thanks a lot 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.