Beginner demo theme editing issues.

Posted in: Newspaper
Post count: 4

Hi,

I am having trouble editing a few parts of the “Craft Ideas” demo theme, which i am using as a basis for my blog site.
http://www.mostlybythinking.com

Specifically, The comment number speech bubbles are still yellow, using inspect source i can see that the color # is in .td.module.commands but ive no idea how to change this or where the CSS file even is.

Secondly the read more icon below each post, This blue i believe is a background image but again I can’t seem where to delete this so its just plain text.

Finally. In the sidebar is a “Dont miss” coloumn that isnt populating ive tried to select and delete this in TD composer, But i cant seem to select it, In fact i cant seem to select anything below the “Must Read” row of three icons in order to change the header backgrounds on those.

Many thanks for checking out this post.

Thanks
Mark.

Post count: 4

After a bit of tinkering I’ve discovered the solution to point three, which was to edit the widgets.

So just looking for some insight on the first two points if possible!

Thanks.

Post count: 1043

The overall theme colors can be changed from Newspaper>Theme Panel>Theme Colors for general theme colors and colors for other sections of the theme. For the read more button, paste this code in Newspaper>Custom Code>Custom CSS

.td-craft-ideas .td-read-more a {
background-image: none;
color: #777!important;
}

Post count: 4

Nailed it.

Thankyou very much for the assistance!!

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