Quote "sometimes the simplest things….."

Posted in: Newspaper
Post count: 10

Is it possible to delete or change saying in the background “SOMETIMES THE SIMPLEST THINGS ARE THE MOST PROFOUND. MY JOB IS TO BRING OUT IN PEOPLE & WHAT THEY WOULDN’T DARE DO THEMSELVES”
Thank you!

Post count: 23312

Hi Danijela,

Please provide more details about this because i am not aware about what text you mean. Give your URL site because is useful and also you can be more specific about what do you want to do.

Thanks!

Post count: 10

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

Post count: 23312

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!

Post count: 10

Hello Catalin,
I managed to change the text! Thank you!!!
best regards
Danijela

Post count: 15

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

Post count: 23312

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!

Post count: 15

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.

Post count: 23312

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!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.