Different style on one page / column

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/5/2016 7:45:35 AM
Gravatar
Total Posts 220

Different style on one page / column

Hi,

the entire site has p { font-weight: normal; }
But for one page or maybe only column I want to have p { font-weight: bold; }
Can anybody please give me a hint?

Best
Matthias

2/5/2016 2:26:21 PM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: Different style on one page / column

Hi Matthias,

To add specific styles on a page basis start with adding a Custom Body CSS Class via the Page Settings.

Then add your class to your skin style like this:

.my-custom-page-class p {
  font-weight: 700;
}

The only other option is to use a different skin for that page, but that seems like overkill for your example.

Hopefully this gets you running in the right direction.

Elijah

2/6/2016 1:14:56 AM
Gravatar
Total Posts 220

Re: Different style on one page / column

So easy. Thank you very much.

Matthias

You must sign in to post in the forums. This thread is closed to new posts.