Yoga Template How To Change Title Background Color That is On The Top Of Pages - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Yoga Template How To Change Title Background Color That is On The Top Of Pages

M

Maria

Template 2 years ago

YOGA Template https://demo.joomshaper.com/?template=yoga Yoga Template How to change title Background Gradient Color that is under the menu on the top of pages , see here Title is Classes https://demo.joomshaper.com/2017/yoga/index.php/classes

I would prefered to have no Title Background color , but white and blend with the page.

Please Help thanks.

PS Just a note here, started with Joomshaper cos of No coding needed , but the fist thing i needed when i started to use the Yoga Tenplate was coding! https://www.joomshaper.com/forum/question/24323 Had to be clear on your website that no coding is only for your new Templates. :(

0
3 Answers
Pavel
Pavel
Accepted Answer
2 years ago #114153

PS Just a note here, started with Joomshaper cos of No coding needed , but the fist thing i needed when i started to use the Yoga Tenplate was coding!

Hi. If you want to avoid coding, then you must use the template as it comes. And you must only be inside the framework of the settings provided. If you want to go beyond, then coding is necessary. There is no software in the world that will completely save you from coding if you wish complete freedom of action. Visual editing always has its own framework.

Background Gradient Color that is under the menu on the top of pages , see here Title is Classes https://demo.joomshaper.com/2017/yoga/index.php/classes I would prefered to have no Title Background color , but white and blend with the page.

.sp-page-title::after {
    -webkit-background-image: none;
    background-image: none;
}
.sp-page-title h2, .sp-page-title h3 {
    color: #000;
}

For the rest, use the Page Title settings at the menu item

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114161

Thanks @Pavel,

indeed, and the question is using CSS is coding or not, in my option not. It's not php! CSS is adding styling.

Unfortunately, if someone has no experience in building sites, it will always be more difficult. You should always know the basics of CSS no matter what CMS you use. Long story...

0
M
Maria
Accepted Answer
2 years ago #114258

Thanks you guys for your replies

Pavel it worked thank you !!!

0