Custom CSS Class

Posted in: Newspaper
Post count: 364

Hi,

Could you please tell me from where you defined the class “td-living-logo” for the prebuild website Living Pro?

Thank you,
David

Post count: 27744

Hi,

For this website, you can do the design with tagdiv Composer. The class is set on the logo element and the code css is set in the css code https://i.imgur.com/gJhSqWx.png

Thank you!

Post count: 364

Hi @Anamaria,

Thank you for your response. Where exactly is this Custom CSS code set? I see the class but I can nowhere track down from where it is defined. The custom css section in tagdive composer for this element is empty, also the themes custom css section and the wordpress default site edit custom css section, all empty.

Looking forward to your answer.
Thank you!

Post count: 27744

Hi,

Did you import only the header template? You can delete the class if you don’t want it.
The code is used for this text https://i.imgur.com/qLt3ukD.png
This is the code, you cam set it in the raw css
.td-living-logo:before {
content: 'PRO';
color: #3894ff;
background-color: #000;
padding: 1px 3px;
font-family: Roboto Condensed, sans-serif;
font-size: 11px;
line-height: 1;
letter-spacing: 2px;
position: absolute;
right: 0;
top: 11px;
z-index: 1;
}
.td-living-logo .tdb-logo-text-tagline {
position: relative;
left: 2px;
}

Thank you!

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