Jump to content

Pages Legend News - Supporttopic


Recommended Posts

13 hours ago, L00PING said:

we advance a little.
We wanted to change the color of the titles for the moment they are in black.
Where can we change this color?

Titles in listing or article page? also by this moment they are in black, do you mean before hover? for hover you can change color using plugin setting.

Anyway for the standard color neither of those listing or article page have distinct color scheme, because inherit their colors from Theme settings. but if you just want to color change those specific sections, for listing add this in your Theme > Edit CSS and HTML > CSS > custom.css

.legend_card_title {
    color: red;
}

For article page in same custom.css:

.legend_newsTitle {
    color: red;
}

If you have multiple themes installed in your site, you need to repeat these changes for those theme's custom.css as well.

Link to comment

thank you for your explanations.

but we wanted to change the color of the titles of the three highlighted news.

because as you can see in the image below in black it is not very nice :

IHRDmZK.png

and we don't have a frame around the blocks. Like on your demo

we use the theme : ChameleonDark 4.6.8

kMn60hE.png

your demo

7bl2HPZ.png

 

 

Link to comment
13 hours ago, L00PING said:

thank you for your explanations.

but we wanted to change the color of the titles of the three highlighted news.

because as you can see in the image below in black it is not very nice :

IHRDmZK.png

and we don't have a frame around the blocks. Like on your demo

we use the theme : ChameleonDark 4.6.8

kMn60hE.png

your demo

7bl2HPZ.png

 

 

 

Judging by screenshots, your custom theme have dark style so color scheme for this part is automatically dark as well. if you want to change that you can add this class in your theme's custom.css (same way as my last post)

.legend_fptitle_card {
    color: red !important;
}

For the second part, custom theme seems have different padding for default layout container. changes to this part can effect other parts of your website, but you can use following class in theme's custom.css so it's effect be limited to this.

.legend_bodyCsutomWidthFP > .ipsLayout_container, .legend_bodyCsutomWidthReset > .ipsLayout_container {
    padding: 0 15px;
}

 

Link to comment
1 hour ago, L00PING said:

Hello
I still have a little problem.

Why are some header images smaller than others?

The page is online you could check at this address: https://swissstarships.org/forums/index.php?/home.html/

yc2uU27.png

Appears the effect comes from custom theme and I can't reproduce it in default theme. anyway use this class with the same guide as before, should fix the issue.

.legend_title_effect {
    width: 100%;
}

 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...