A few adjustments

Posted in: Newspaper
Post count: 36

Hi I have a few questions about Newspaper 6.
Website

Please see the images with numbers.
How can I:

1) Change the fontsize of one top menu item (Tip insturen!)
2) Change the fonsize/color of the tagline
3) Place the home icon and category icon (3 lines)
4) change the color of the arrows in pagination to ff3e9f
5) Change the font size of the Chilcategorys
6) Change the title of that items
7) Make only the category items in sidebar bold, not most recent posts.

Hope you can help me with the adjustments

Post count: 36

3 = fixed

Post count: 36

I also would like to change the body text size of the WYSIWYG 2 text blocks at the frontpage but cannot find where to change that. The introduction text and text in sidebar.

Post count: 7909

Hi,

1. There is an option in Theme Panel > Theme Fonts – http://screencast.com/t/f34Q1hepnH
2. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/gsIX2hWDV

.logo-text-container .td-tagline-text {
font-size: 15px;
color: red;
}

4. Try this css code – http://screencast.com/t/wIIE6naA8ro

.td-next-prev-wrap a {
color: red;
}

5. Please check Theme Fonts – http://screencast.com/t/LVW7XSIl
6. You need to set it for each module – http://screencast.com/t/JzuUQpkeG
7. You can try this custom css in theme Panel > Custom Css – http://screencast.com/t/6rJPaCakmN

.widget_recent_entries a {
font-weight: normal;
}

8. You will have to target text blocks using custom css to change the font size – http://screencast.com/t/NCRbWJzOHqmS

.home .wpb_text_column p {
font-size: 13px;
line-height: 26px;
}

Please check documentation – https://forum.tagdiv.com/wordpress-information/

Thanks!

Post count: 36

Hi Alin,

Thanks a lot for the helpfull information (again)!
Everything has been implemented.

I have a question which I’m not sure what the best option is to use.

I want to display in every article 3 information blocks. 1: opening times 2 Address (tith Google maps) 3 admission prices. Now I found the smart list option what is a sweet solution but i’m not sure if that is SEO friendly/user friendly now because of the button text. And I also can only show 2 buttons/information blocks. So I think there would be a better solution. Please see at the bottom of the article: http://bit.ly/1Rq5Ylw.

Can you give me a solution how to integrate the 3 information fields? I have to perform it in all the articles so it would be nice to do it without to much coding. I’m not sure if the theme offers a similar support or that I have to use custom fields (no experience), I have no idea.

I also would like to justify the excerpts at the frontpage of module 2,4,16 and 20.
You’ve helped me a lot on the way with css but this is a little too difficult for me.

I understand if I ask too much, but maybe you can steer me in the right direction for this option.

Post count: 3343

Hi,
I’m not sure what you want to achieve, but if the smart list is not what you want, you need to make it manually somehow.

For the excerpts alignment just use this CSS

.td-excerpt {
text-align: justify;
}

Thanks for the message!

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