Jump to content

Edit History

sickshot

sickshot

heres the solution for styling cms pages by its ID:

point to a specific cms page with ".cms-17" and then to a class you need.

for example:  .cms-17 .revealimg

 

at the end it should look like this:

.cms-17 .revealimg {

width: 100%;

}

 

 

same applies to product pages:

 

.product-17 .revealimg {

width: 100%;

}

sickshot

sickshot

heres the solution for styling cms pages by its ID:

point to a specific cms page with ".cms-17" and then to a class you need.

for example:  .cms-17 .revealimg

 

at the end it should look like this:

.cms-17 .revealimg {

width: 100%;

}

sickshot

sickshot

heres the solution for styling cms pages by its ID:

point to a specific cms page with ".cms-21" and then to a class you need.

for example:  .cms-21 .revealimg

 

at the end it should look like this:

.cms-21 .revealimg

{ width: 209px;

height: 0px;

left: -176px;

position: relative;

top: 250px;

}

sickshot

sickshot

still looking for a solution on this... but for ps 1.6 or 1.7 

×
×
  • Create New...