Drop Cap Style

Posted in: Newspaper
Post count: 54

Page settings in Newspaper – Theme panel: I can not find option to set background color for Drop Cap Style: Box, for Pages? The default color is blue, I would like to change, but how to change?

Post count: 21065

Hello!

Please check this guide: https://forum.tagdiv.com/theme-colors-introduction/

Hope that helps you!

Thank you!

Post count: 54

Okay, but there’s no mention of defining Drop Cap Style !? Also, no option is set to that default blue color.

I would like to change default background color for Drop Cap Style on Page, but how to change that color?

Post count: 21065

Hello!

Try to change that color using Gutenberg or the Classic Editor or custom code: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Post count: 54

In each variant, the color of the entire text changes, and the first letter (Drop Cap Style) remains blue !!! I’m just trying to change color of Drop Cap Style.

Set the css code that solves this in the Newspaper theme, please.

Post count: 21065

Hello!

Please provide some screenshots or a video with the settings you applied in order to check and help you.

Thank you!

Post count: 54

The screenshot is on the link: https://drive.google.com/file/d/1VudlXFSxWAao4Pf_Wid-gOfSS-1ZHB-N/view?usp=sharing
1. The part of the screen where the Drop Cap is visible.
2. Setting in the administration when writing the content of the page.
3. My try to change the color, but the color of the whole text changes and the Drop Cap remains blue :-((

Post count: 21065

Hello!

For example, if I change the color from here: https://prnt.sc/2qvAKrcRp3QQ it will save like that.
Please make sure you do not have any other color which overwrite that rule. Or please set the important property: https://www.w3schools.com/css/css_important.asp

Thank you!

Post count: 54

Look at your picture, the color behind the text has changed. I need to change the color of Drop Cap. The same color changes without the important property. https://drive.google.com/file/d/1oVNTo4Aw5sfTDUvQSBslUJ9VGt80v30E/view?usp=sharing

Which css class controls the color of the Drop Cap?

  • This reply was modified 4 years by dra_proba.
Post count: 21065

Hello!

Oh, I get it. Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.td_text_highlight_marker{color:black!important;}

Thank you!

Post count: 54

Nothing happened. This class does not exist on the page. I use Prebuilt Website L’histoire!!!

Post count: 54

Dear Bettina, I asked my good friend to take a look and here he said this to all the users. In the hidden file: td_legacy_main.css this unconfigurable option is set.

Correct css code that I asked for is:
p.has-drop-cap[class*="dropcapp"]::first-letter {background-color: red;}

Note: This is not a good solution for Drop Cap because it is very slow !!!

Thank you

Post count: 21065

Hello!

Did you solve the issue?

Thank you!

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