PeepSo Ultimate Bundle + Gecko Theme + All Addons

PeepSo Ultimate Bundle + Gecko Theme + All Addons v7.0.0.0

No permission to download

Foxman

Member
Jan 21, 2020
77
26
18

msilvya

That is not my problem. I know how to find any css areas.

This is example/ psalert:
.ps-alert {
background-color: #ff0000;
color: #ffffff;
}

I want some code examples of how to change the font size and image size, etc in different Peepso areas
 

astra

Member
Apr 17, 2019
82
53
18

msilvya

That is not my problem. I know how to find any css areas.

This is example/ psalert:
.ps-alert {
background-color: #ff0000;
color: #ffffff;
}

I want some code examples of how to change the font size and image size, etc in different Peepso areas
You have to know css to do that. Post link of the website to try to help you.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120

msilvya

That is not my problem. I know how to find any css areas.

This is example/ psalert:
.ps-alert {
background-color: #ff0000;
color: #ffffff;
}

I want some code examples of how to change the font size and image size, etc in different Peepso areas

Different areas are served by plugins. Some have their own style files.
You have 2 options:
1. use the wp custom css to override the styles (based on any page inspector to retrieve data) - which is recommended
2. identify which area is served by which plugin and do direct changes on css file - not quite recommended as it can be overwritten in case of update

I get it that you want some guidance regarding areas or changing different aspects but I think that no one made any tutorial regarding your request.
 
  • Like
Reactions: hellearth

hellearth

Active member
Aug 19, 2020
365
113
43

msilvya

That is not my problem. I know how to find any css areas.

This is example/ psalert:
.ps-alert {
background-color: #ff0000;
color: #ffffff;
}

I want some code examples of how to change the font size and image size, etc in different Peepso areas
I usually use the " !important " attribute to force certain CSS to work. In your case it could be:

.ps-alert {
background-color: #ff0000 !important;
color: #ffffff !important;
}

Hope to solve your problem.
 

Foxman

Member
Jan 21, 2020
77
26
18
ps-alert was only example for the Msilvya what i mean.

I just want code examples of how to resize the font and image size in Activity page. I would like to have a font size of 12 and an image size of 500x250. Sorry my english.
 

astra

Member
Apr 17, 2019
82
53
18
ps-alert was only example for the Msilvya what i mean.

I just want code examples of how to resize the font and image size in Activity page. I would like to have a font size of 12 and an image size of 500x250. Sorry my english.
For image try this

.ps-media--vertical .ps-media__thumbnail {
--height: 100%;
max-height: 250px;
}

But you can not define both, width and height. Members will post all sizes and proportions. You can only define max-height and width will be set by itself. Try different max-height.
 
  • Like
Reactions: Foxman

JESj

New member
Jun 3, 2022
0
0
0

msilvya

That is not my problem. I know how to find any css areas.

This is example/ psalert:
.ps-alert {
background-color: #ff0000;
color: #ffffff;
}

I want some code examples of how to change the font size and image size, etc in different Peepso areas
Similar to what @slvrsteele pointed above, all areas of a Peepso site are not controlled by CSS alone. The areas you're talking about are controlled by the Gecko theme customizer. E.g. Gecko Customizer > Peepso > Fonts etc and so on.

1636419694446.png
 

Attachments

  • 1636419463122.png
    1636419463122.png
    70.3 KB · Views: 5

Foxman

Member
Jan 21, 2020
77
26
18
Thank you @astra, but but does not work. Only changes the size of the writing (comments) area. Does not affect photos

@msilvya

I wrote earlier that I do not use Gecko. My theme does not support font customization (size)
 
Last edited:

JESj

New member
Jun 3, 2022
0
0
0
Thank you @astra, but but does not work.

@msilvya

I wrote earlier that I do not use Gecko. My theme does not support font customization (size)
@Foxman You need Gecko to get Peepso to work the way you are trying to make changes to it . Else good luck customizing peepso without Gecko.
That said, That's pretty much where me trying to help you ends.
 

Foxman

Member
Jan 21, 2020
77
26
18
@Foxman You need Gecko to get Peepso to work the way you are trying to make changes to it . Else good luck customizing peepso without Gecko.
That said, That's pretty much where me trying to help you ends.
That's why I'm asking for help with and only css editing, because I don't use Gecko. I have been able to change (Peepso) a lot with the css code I have written, but the font and photo size I cannot change.

Peepso also has many examples of css editing/override:
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu