How to change Home page Article Title color

Posted in: Newspaper
Post count: 14

I want to change on home page, the article title color.
so how can i change that?

Post count: 20688

Hi,

There is no option to change the article title color on the block modules. However this can be done with some custom CSS code. If you could provide a link to your website and more details about what exactly you would like to change and how, I will give you a solution.

Thanks

Post count: 14

My website is Awutar.com
what i want is on front /home/ page i want to change the article title color into #1903ba under each Modules/Blocks.
Thanks for your help!

Post count: 20688

Hi,

Please try a code like this one, it will change all the article titles on the homepage to the color you want
https://www.screencast.com/t/3L6lfMQk
https://www.screencast.com/t/xExyxozl70
Enter the code in Theme panel->Custom CSS

.home h3 > a {
color: #1903ba;
}

Thanks

Post count: 14

Thanks it works fine.
How to update the theme, when the new version is coming?
Can i make it auto update?

Post count: 20688

Hi,

These are the update methods available, including an automatic process
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Post count: 14

Dear Simion,
i changed the homepage article title. That is great. Now in addition to homepage i want to change all the article titles color (like homepage) on every page of the website, like category & other search page, sidebar titles, related links, etc. So please give me a code like before.
thanks too much for your help.
Bazezew

Post count: 20688

Hi,

That code provided applies only on homepage. To make it apply on the rest of the website try it like this

h3 > a {
color: #1903ba;
}

Modify the previous code or remove it and enter this one. It will apply on posts, categories, search page etc
https://www.screencast.com/t/JHIZbYKfi
https://www.screencast.com/t/8RHNqTYV2m
https://www.screencast.com/t/grNXPjoKWe

Thanks

Post count: 14

Hey Dear Simion,
how to solve these problems?
1. how to remove / disable comment url
2. how to disable comment author name link
3. how to add on comments <Notify me of follow-up replies via email>> like this website?
Thanks for your help.

Post count: 23312

Hello Bazezew Zerihun,

1,2) Please provide more details about what exactly you want to disable or remove for a better understanding. You can provide here such useful screenshots.
3)Check the discussion settings from here -> https://www.screencast.com/t/deW1PXO5ue

Thanks for your understanding!

Post count: 14

Hello,
i tested my website from different browsers.
on mobile opera browser (in most versions) the featured picture is not visible. I see instead of picture, the white space only. So please fix this problem on the next version.
Thanks.

Post count: 23312

Hello Bazezew Zerihun,

I guess that you are referring to the Opera Mini Browser, right? Please notice that our theme has not been designed to be used with this browser and it seems to appears some conflicts. We recommend using only the tested browsers if you want to achieve best theme results.

Thanks for your understanding!

Post count: 14

Hello Catalin
You are right, it is on opera mini browser.
in our country, most people used this browser app. So if you can why not you try to fix on the next versions? I think if you fix this problem, every customer will love it.
Thanks too!

Post count: 23312

Hello Bazezew Zerihun,

Sorry for this inconvenience but please notice that it’s not a simple task to adjust the theme for all the browsers, sorry! The Opera Mini is not a very popular browser and that’s is not a priority option, sorry!

Thanks for your understanding!

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