Notifications
Clear all

[Solved] How to change link size in cross posting?

9 Posts
3 Users
0 Likes
762 Views
BerndG
Posts: 50
Customer
Topic starter
(@berndg)
Member
Joined: 5 years ago

Hello,

cross posting works well on our site, thanks for your work.

I would like to show the link to the forum post in the editorial part larger than it is presented automatically. Is there a CSS for it, in order to display it differently on all pages than it is preset?

Thank you, Bernd

8 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @berndg,

Below is the selector you should use:

#wpcomm .wc-comment-right .wc-comment-text .wpfcp-comment-info a{/* here should be added your custom CSS rules */}

For example, if you'd like to change  the font-size and background-color you should use the following code:

#wpcomm .wc-comment-right .wc-comment-text .wpfcp-comment-info a{
font-size: 20px !important;
background-color: red !important;
}

The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS, delete all caches
and press Ctrl+F5 (twice) on that page. 

Note: You can change the red mark value.

BerndG
Posts: 50
Customer
Topic starter
(@berndg)
Member
Joined: 5 years ago

Thanks, Elvina. Sounds logical. I inserted it at Design/Customizer, unfortunately no effect. I then tried to use snippet, to install it site-wide, no effect again. As a last try, I put it to a single post, but again without effect. The cache was deleted every single time.

Do you have any additional idea? Thanks, Bernd

6 Replies
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@berndg,

Please leave the example URL to allow us to check it.

 

BerndG
Customer
(@berndg)
Joined: 5 years ago

Member
Posts: 50

@elvina

www.alkohol-ade.com

But it's still protected by a "coming soon"-page. I send credentials in a private message.

Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

Thank you @berndg,

Please show in the screenshot the part you'd like to change the style. 

BerndG
Customer
(@berndg)
Joined: 5 years ago

Member
Posts: 50

@astghik

Thanks for caring - attached you'll find the requested screenshot.

For WPForo

 

Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

ok @berndg,

Use the following code instead of the code provided by in the post above. The code provided by Elvina works if you use the wpDiscuz commenting plugin.

.wpfcp-article-info {
background-color: #3c2d2d !important;
}

.wpfcp-article-info > a {
font-size: 20px !important;
color:#fff;
}

The codes should be added in Top Black Admin Bar > Customize > Additional CSS.

Don't forget to delete the caches before using.

The red mark values should be changed as you like. 

BerndG
Customer
(@berndg)
Joined: 5 years ago

Member
Posts: 50

@astghik

Yeahh! That's it. Thanks a lot!!!

Share:
Scroll to top