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
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!
oke great, how can i change the color of the titel.
It is black and also the background, so hard to read 🙂
What i mean
Screenshot: https://drive.google.com/file/d/1WmlHGBAFCJDfdfeaXE2VxJ8Ta4MwH4MI/view?usp=sharing
-
This reply was modified 3 years by
thomstouten.
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
Can you make this all white? 🙂
https://drive.google.com/file/d/1qoepNTTfRDj1HxiVvxDDN5OH55VwpKKN/view?usp=sharing
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.
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!
Only the text here is not changing to white.
What im i missing? 🙂