How to Change Newsmag theme colors

Posted in: Newsmag
Post count: 8

Dear team,

I want to change newsmag theme color from default black to some other, is there any option to change the entire theme color to some other color.

I can’t change colors separately for menus, links, text, headings, etc…

I want to change them all at once, if there is any such option available.

Please help with this…Thanks in advance !!

Post count: 7909

Hi,

There is not a general option to change color for all elements, as they are using different colors and are in different sections. You can change colors for each of them using custom css or/and options from Theme Panel.

Thanks!

Post count: 9544

TIP:
simple way is to open up styles.css and search/replace the color(s) you want to change; works for a lot of stuff.

Post count: 8

Thanks chris,

Can you please look at my other problem posted here, https://forum.tagdiv.com/topic/how-to-change-featured-image-position-in-blog-post/

I want to change featured image position in post.

Thanks in advance

Post count: 7909

Hi,


@mazhar
I have already provided a solution here – https://forum.tagdiv.com/topic/how-to-change-featured-image-position-in-blog-post/
*Title
*Ad
*Featured image
Unfortunately you cannot achieve that without custom modifications and you have to use a custom ad instead of article top ad. You can try this, it should work:

The easiest solution is to paste your code in a custom ad from Theme Panel > Ads and use do_shortcode function in the post template above the featured image code – http://screencast.com/t/wTdBJhfG0y
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Result – http://screencast.com/t/f42xB0OpktYR

Thanks

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