Creating a Dictionary

Posted in: Newspaper
Post count: 13

Good evening, I have a question. Is it possible to create something like this?
What is the best approch for this kind of page. Maybe something of a blog Category?

Page i want to create: https://coinmarketcap.com/alexandria/glossary

Post count: 27744

Hello,

Our theme doesn’t have an option to do a glossary, you can try to use a plugin to achieve that -> https://wordpress.org/plugins/glossary-by-codeat/

Thank you!

Post count: 13

oke great, how can i change the color of the titel.
It is black and also the background, so hard to read 🙂

Post count: 13

What i mean
foto

Screenshot: https://drive.google.com/file/d/1WmlHGBAFCJDfdfeaXE2VxJ8Ta4MwH4MI/view?usp=sharing

Post count: 27744

Hi,

I think that you do with a custom code css, please provide the link.

Thank you!

Post count: 13

created a account for you.

Please tell me if your done, ill delete your account.

  • This reply was modified 3 years by Anamaria. Reason: Delete the access
Post count: 13
Post count: 13

Or is the solution also to create a costum template with TagDiv?
Sounds like a fix 🙂
Then i can change colors and also the layout of the page.

Post count: 27744

Hello,

You can use this code .post header .entry-title, .td-module-meta-info, .td-post-author-name, .td-post-author-name a, .td-post-date, .td-post-comments a
{
color: white!important;
}

Set the code in Theme Panel -> Custom code -> custom css.
You can try to create a CPT with taxonomies, but I don’t know exactly if this is what you need.

Thank you!

Post count: 13

Fixed, thanks for now! 🙂

Post count: 13

Only the text here is not changing to white.
What im i missing? 🙂

https://prnt.sc/kVOEpWtCMXhs

Post count: 27744

Hi,

Please check with the inspector, and add the class to the CSS provided.
I think the classes are .td-post-next-prev a, .td-author-name a

Thank you!

Post count: 13

Aaaa i was missing the “a” at the end. Thanks worked!

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