Header size in Related Items Extended
- Posted by Peter Horak (8) Offline
Hi,
how can I change the header size?
Details see attachment...
Thank you.
Peter
2 years 3 months ago #1
by Peter Horak
how can I change the header size?
Details see attachment...
Thank you.
Peter
The topic has been marked as resolved.
- Posted by Peter Horak (8) Offline
... and I forgot it:
How can I disable the capitals font?
Peter
2 years 3 months ago #2
by Peter Horak
How can I disable the capitals font?
Peter
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Ah it's a language string bug. I have updated and reupload it please redownload and reinstall the file
2 years 3 months ago #3
by TemplatePlazza
The topic has been marked as resolved.
- Posted by Peter Horak (8) Offline
Sorry,
I am afraid that I have not expressed myself clearly.
My question is how to customize the attributes of the header (font, size, etc.)?
Please have a look at the details in the screenshot (right column).
There I would like to adjust the black header.
Thanks for your reply...
Peter
2 years 3 months ago #4
by Peter Horak
I am afraid that I have not expressed myself clearly.
My question is how to customize the attributes of the header (font, size, etc.)?
Please have a look at the details in the screenshot (right column).
There I would like to adjust the black header.
Thanks for your reply...
Peter
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Ah I see. Can you share your website url so I can suggest you a css code?
2 years 3 months ago #5
by TemplatePlazza
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Hi, You can add this code in the CSS Adjustment tab in the module setting :
2 years 3 months ago #6
by TemplatePlazza
.mfp_default_skin_default .mfp_default_item .mfp_default_title a {
color:red;
font-size:30px!important;
}
The topic has been marked as resolved.