Quote look changes

Posted in: Newspaper
Post count: 260

Hello

Till the last 10 version update, all my quote are have no more the same look.

The box quote of the theme (those to put some text on the right or left) and the simple quote.

Example here https://www.virtualmagie.com/articles/comptes-rendus/conferences-rencontres/conference-chris-rawlins-dimanche-24-novembre-paris/
Normaly the text of the theme quote is in black small in the right of the page.

Classic Quote

And the classic quote in black more little and in Georgia, 32px.

Newspaper Box Quote


I went in the theme admin and notice some elements change in Fonts setting.
I change size of this two elements.

But don’t know how to change the color in black and put all the box on the right as is defined.

How I could achieve that?

  • This topic was modified 6 years by Thomas.
  • This topic was modified 6 years by Thomas.
Post count: 35449

Hi,

The color for quote need to be change from here -> http://prntscr.com/pvr9in also in order to change the quotes on the right you need to set it like this -> http://prntscr.com/pvrajo the code can be set with custom css on all posts like this -> http://prntscr.com/pvrcdk
.td_quote_box{
width: 30%;
float: right;
margin: 0 0 20px 34px;
}

Thank you!

Post count: 260

OK thanks.

2 things:

1/ Before there was a nice 1px vertical bar in front of the box.
Strangely it is OK ni the event page (with the grey goog color) : https://www.virtualmagie.com/%C3%A9v%C3%A8nement/conference-de-chris-rawlins-paris/?instance_id=9092
but no more in the post: https://www.virtualmagie.com/articles/comptes-rendus/conferences-rencontres/conference-chris-rawlins-dimanche-24-novembre-paris/

Could I have the code to put it back in both page (grey line, line height 21px and text in grey)?

2/ And what I have to do to have the same thing in the product page: https://www.virtualmagie.com/boutique/conferences-ateliers/conference-chris-rawlins-dimanche-24-novembre-paris/

Thanks

Post count: 35449

Hi,

1. You can try this custom css -> http://prntscr.com/pw9osc
.td_quote_box {
background-color: #FCFCFC;
border-left: 2px solid #4db2ec;
padding: 15px 23px 16px 23px;
}

2. I do not quite understand what it is the problem on product page, the blockquote?

Thank you!

Post count: 35449

Hi,

1. You can try this custom css -> http://prntscr.com/pw9osc
.td_quote_box {
background-color: #FCFCFC;
border-left: 2px solid #4db2ec;
padding: 15px 23px 16px 23px;
}

2. I do not quite understand what it is the problem on product page, the blockquote?

Thank you!

Post count: 260

Hello Calin
Thanks.
For the 2, just look the screenshot https://www.virtualmagie.com/boutique/conferences-ateliers/conference-chris-rawlins-dimanche-24-novembre-paris/

  • This reply was modified 6 years by Thomas.
  • This reply was modified 6 years by Thomas.
Post count: 35449

Hi,

This quote is set to right, please replace the above custom css with this one -> http://prntscr.com/pxfbc9
.single .td_quote_box {
background-color: #FCFCFC;
border-left: 2px solid #4db2ec;
padding: 15px 23px 16px 23px;
}

Thanks.

Post count: 260

Thanks but no change.

To be sure that you understand our need, here a recap:

Here the his a right box theme:
https://www.virtualmagie.com/%C3%A9v%C3%A8nement/conference-de-chris-rawlins-paris/?instance_id=9092
It’s PERFECT !

The code:

.single .td_quote_box {
background-color: #FCFCFC;
border-left: 1px solid #FF6600;
padding: 15px 23px 16px 23px;
width: 30%;
float: right;
margin: 0 0 20px 34px;
}

Here https://www.virtualmagie.com/articles/comptes-rendus/conferences-rencontres/conference-chris-rawlins-dimanche-24-novembre-paris/
the line height and text color are not the same.

Here https://www.virtualmagie.com/boutique/conferences-ateliers/conference-chris-rawlins-dimanche-24-novembre-paris/
problem with texte size and color.

Could we please have the code to have exactly the same look on the 3 pages than on the first one:
https://www.virtualmagie.com/%C3%A9v%C3%A8nement/conference-de-chris-rawlins-paris/?instance_id=9092

Thanks

PS: I don’t understand why you chnage your own code on the theme update! It is not the first time. And it breaks looks on all theme site where is setup. 🙁

Post count: 35449

Hi,

This time was no change for this code in our theme, I do not quite understand what happens with your update, maybe is because of the plugins that you are using, is possible that these to have now a stronger css like this one from woocomerce -> http://prntscr.com/pyelvh
Please add this code too
.single blockquote.td_quote_box p {
font-size: 12px!important;
line-height: 21px!important;
text-transform: none;
color: #777!important;
margin-bottom: 0;
}

Hope this will help you!

Thank you for your understanding!

Post count: 260

Great!
Many thanks

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.