Trouble Changing [Shortcode] Column Text Color

Posted in: Newsmag
Post count: 6

I have been able to use the .td-post-content a {color: #1F2338;} Custom CSS to change the accent color for hyperlinks in posts, but I cannot change the hyperlink color for the column text shortcode I inserted in my sidebar. I tried using .wpb_column_text a {color: #1F2338;}, but that didn’t work. Any ideas?

Post count: 23312

Hello damagaff,

Provide your website URL so I can take a closer look to it and also, you can provide some useful screenshots with your desired changes.

Thanks for your understanding!

Post count: 6

Sure, Catalin. It’s http://onesource.cloud. The sidebar shortcode section I want to change is titled Best of the Web. Currently, the hyperlinks are the site accent color (FFCC29), but I want them the same color as the header and footer (1F2338). I’m still working on other changes. I only recently relaunched this site, so I’m making a lot of changes after I upgraded to Newsmag 4.

Thanks,
Dave

Post count: 23312

Hi damagaff,

You should use a bit of CSS code if you want to change the hyperlinks color for your sidebar. Please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_block_text_with_title a{
color:#1F2338!important;
}

The result is here -> https://www.screencast.com/t/7pR9tRQ8jiZX

Thanks for your understanding!

Post count: 6

Thanks, Catalin. That did it, as I’m sure you know. My next task is moving the comment sections on each post style. I already found several helpful guides in the support forum for that. You guys are awesome!

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