2 questions

Posted in: Newspaper
Post count: 51

Hi guys, can you help me with the following:

1. I want to change the color of the title of the posts on the homepage and category pages. At this moment, all the titles are black, but i want to change this. However i cant seem to find the right option set in the theme panel.
Can you help me?

Title color

2. ive used the newspaper demo and it shows some blocks, which i can control easily. However slightly below this, it shows the latest articles of several categories, among which is a category with articles that have no featured image. This looks kinda weid and i want to change it, by excluding that category on the homepage. However i cant seem to find which block that is. Ive changed the filter of all the blocks on the home page in backend area, but this blog thing keeps popping up. I must be missing where i can filter that one. Can you help me?

Remove blog item

Post count: 23312

Hello Saikological,

1)You should check the setting from here -> https://www.screencast.com/t/X5cpSju1rTT Also, if you will edit the page with TD Composer, you will see that for each block has an option that allows you to customize the fonts.
2)That post does not have a featured image and that’s why you will see that placeholder. You should edit the page with the composer and try to exclude that post by post ID filter. Also, you can provide your website URL for more investigations.

Thanks for your understanding!

Post count: 51

Thank you for your quick reply.
However im missing the option to change the font color in the theme panel – theme fonts. I can change the title style etc, but not the color?

Post count: 23312

Hello Saikological,

For the color, please check the Theme Colors from here -> https://www.screencast.com/t/XCly2tUZT

Thanks.

Post count: 51

I cant seem to find a way to change the color of the titles on the homepage/category pages. Ive changed them in the blogs, but there is no colorpicker or option for the titles in category or homepage. They are currently black with a pinkish hover color.

Also, where do i change the color of the text in the sidebars? cannot find that either.

thanks in advance!

Post count: 23312

Hello Saikological,

Please provide your website URL so I can provide a more accurate response.

Thanks.

Post count: 51

Hi mate, here the link.
I hope you can help:

http://samen-zwanger.nl/

i cant seem to edit the title font color. hope you can help me here.

Post count: 51

Hi guys, here the new pic of the titles on homepage and category pages. I cant seem to find where to edit the color from black to something else.
can you help me?

http://i201.photobucket.com/albums/aa183/Saikological/color%20title_zps930zzeif.jpg

thanks a lot. this is an important thing for the website, so i hope you can help me here.

Post count: 23312

Hello,

The block title can be changed via such a custom CSS code. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-title a{
color:red!important;
}

It’s just an example.

Thanks.

Post count: 51

Awesome, that works like a charm, many thanks!

One additional question about this. We had white titles for the two top articles, which are shown in Big Grid 4. Is it possible to keep all other titles in the color grey, while keeping the titles for this specific block white?

Post count: 20688

Hi,

Initially the block titles are black (this cannot be changed by a theme setting), the hover color being the theme accent color set in the theme panel
https://www.screencast.com/t/qlwGTeAhamgh

If you choose a background color for the block title like this
https://www.screencast.com/t/R1tEhDG5
Then that will be the hover color for the titles of that particular block.

Also some demos can contain custom design and override any of these settings.

The code my colleague provided above will change the default black color of the module article titles. The hover color will not work anymore if you use that code. To keep the hover color a code like this should be used

h3 > a{
color:yellow;
}

This code will also not affect the big grid, that has more precise CSS. Try it and let me know.

Thanks

Post count: 51

Hi mate, awesome, seems to work like a charm. Thanks for your great support!

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