• hey,

    somehow my custom css isnt reflected anymore,
    any advises to fix :))

    thx again!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ajay

    (@ajay)

    Please can you share which custom css are you using? You’d likely need to have more specific styles e.g. .crp_related.crp-grid etc

    I confirm. Custom CSS field does nothing — nothing affected on page.

    Plugin Author Ajay

    (@ajay)

    Can you tell me what your setting is under the styles tab? I’m thinking if there is a bug due to that.

    Thread Starter fredel

    (@fredel)

    .crp_related .crp_title {
    color: #fff !important;
    position: absolute;
    display: block;
    bottom: 0;
    padding: 3px;
    font-size: 1em;
    text-shadow: 0.1em 0.1em 0.2em #000;
    background-color: rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 0px !important;
    line-height: 1.2em !important;
    }

    .crp_related li {
    margin: 0px !important;
    border: 0px solid #ddd; !important
    padding: 6px;
    }

    .crp_related li {
    vertical-align: bottom;
    /* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4); */
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 0px 0px rgba(0,0,0,.4);
    /* -webkit-border-radius: 7px; */
    -moz-border-radius: 7px;
    border-radius: 0px;
    list-style-type: none;
    }

    Thread Starter fredel

    (@fredel)

    Style: “Rounded Thumbnails” & Custom CSS see above

    Thx again ??

    Plugin Author Ajay

    (@ajay)

    I can see the CSS being added on your site. Can you update the styles to use .crp_related.crp-rounded-thumbs i.e. more specific styles vs. just .crp_related

    • This reply was modified 2 years, 6 months ago by Ajay.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom CSS broken after update?’ is closed to new replies.