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

    (@ajay)

    This is indeed quite weird. Can you try adding this in the custom styles box in the settings page:

    
    .crp_related li, .crp_related a {
       height: 150x !important;
    }
    
    Thread Starter sarble43

    (@sarble43)

    Sadly, this changed nothing. I left it in there, so you can check…

    Plugin Author Ajay

    (@ajay)

    Hi, I realised the code above is missing a p.

    It should be 150px

    Thread Starter sarble43

    (@sarble43)

    That did it! Thank you!

    What do I have to write to change the background colour of the background for the titel in the box? White writing like now, but with green background?

    Plugin Author Ajay

    (@ajay)

    can you try

    .crp_title {
    background-color: green;
    }
    Thread Starter sarble43

    (@sarble43)

    No that doesn’t change anything.

    I also tried:

    .crp_title {
    background-color: 00FF00;
    }

    is the .crp_title the right parameter?

    Plugin Author Ajay

    (@ajay)

    Yes it is the right one. Can you try:

    
    .crp_title {
    background-color: #00FF00 !important;
    }
    
    Thread Starter sarble43

    (@sarble43)

    Yay!! Thats worked! Thank you so much!

    Where do I find a list with the css names? For example I would like to change in text colour inside the thumbnails now…

    Plugin Author Ajay

    (@ajay)

    You can just view the HTML of the generated text. I usually do this in Chrome or Firefox developer tools to experiment with the CSS there.

    Thread Starter sarble43

    (@sarble43)

    Thank you! That works great!

    I’m having similar issue. I tried one of your fixes, but no change. When Rounded Styles is selected, I don’t get any text below images AND the images are not square, but rectangular. When I uncheck the “Rounded” box, it keeps the rectangular image (now with text), but aligns them vertically over one another, even though I have formatted square.

    I just want a very basic three-item horizontal layout with clean visible text on white background below the image. Seems like this would be default set up. I’m not adept at code, CSS or HTML.

    Sorry…meant to include a link…

    Plugin Author Ajay

    (@ajay)

    Do you have the styles off right now? Also are you using the latest version of the plugin and cleared the cache in the settings page?

    • This reply was modified 7 years, 3 months ago by Ajay.
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Thumbnails wrong size. Not changable’ is closed to new replies.