Hi there , how do i style individual pages ? I’ve tried the code below but it didn’t work
.page-id-6756 .responsive_large .container .twelve.units {
margin-top: -50px;
width: 1210px;
}
Hi jezza1961!
The page id class is specific to *your* specific page. If its a post or another plugins custom post type it may even be a different selector all together.
The selector for this page here on the forums for example is:
.postid-263200
So changing an element on this page might look like:
.postid-263200 .some-class { color: #444; }
Regards,
Devin