Hello,
address of the site is http://putovanja.klubhappy.com/
I use classic blog style and under the two photos you can see the saying “SOMETIMES THE SIMPLEST THINGS ARE THE MOST PROFOUND. MY JOB IS TO BRING OUT IN PEOPLE & WHAT THEY WOULDN’T DARE DO THEMSELVES”
Can this be changed? Write something else instead?
thank you
Danijela
Hi Danijela,
That is a Visual Composer element http://screencast.com/t/oE9KBxhFOYfR and you can change from panel Text block settings, like this: http://screencast.com/t/r1rfvyeIV
Thanks and let us know how it goes!
Hi Danijela,
Could you tell me how you changed the text to match the style of the demo site? On my site, samuelwright.com, the quote is in small text. I want it to match the size and style of the demo site and I want to change the color to match the blue I am using as well. Any help is appreciated. Thanks
Hi SamuelWright,
Below you can find the full code by default for the block quote in posts. You can change/adjust this values as you like and then you have to put it in Theme panel->Custom Css area with new changes, like this:
http://screencast.com/t/iUPGyiLNX
.td-post-content blockquote p {
font-family: 'Roboto',sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
font-style: italic;
text-align: center;
text-transform: uppercase;
color: #4db2ec;
}
}
Hope this helps and then let us know how it goes!
Thanks!
Hi Catalin,
I posted the code just as you suggested but nothing changed. The text is still small regular text. What could I be doing wrong?
I apologize Danijela, I did not mean to take over your post.
Hi SamuelWright,
My advise is try to put it with !important, like below:
.td-post-content blockquote p {
font-family: 'Roboto',sans-serif;
font-size: 32px!important;
line-height: 40px!important;
font-weight: 400!important;
font-style: italic!important;
text-align: center!important;
text-transform: uppercase!important;
color: #4db2ec;
}
}
Hope this helps and let us know how it goes!
Thanks!