it changes the font color, but it doesn't work everywhere... how do I use it when I need?
there are some places in the code that if I use span
6 replies · opened Dec 29, 2019
Hello,
You can use the `` Tags which outputs Colors only with h1-h6 Tags. For using them anywhere else simply add the .color Class to them:
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
no...
not working here...
I want OGAE Israel to be in color, it's an <h2> but not working...
<section id="page-title">
<div class="container clearfix">
<div class="container clearfix">
<h2>{{$page_title}} OGAE Israel</h2>
<span style="font-size:20px">Get in Touch with Us.</span>
<li class="breadcrumb-item">[Home]({{url('')}})
<li class="breadcrumb-item active" aria-current="{{url($page_title)}}">Contact Us
</div>
</section>
Hello,
The codes you are using appears to be incorrect. Try this:
{{$page_title}} OGAE IsraelHope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
that's what I did...
<h2>{{$page_title}} <span>OGAE Israel</span></h2>
and what I got was this (attached)
instead of changing the color it moved OGAE Israel to another row
Hello,
Thanks for your Patience regarding this!
We have checked out the codes and it appears that this Design Functionality is currently not support inside the Page Title Block. To make this compatible, simply find the following code in the style.css File:
#page-title span {
display: block;
margin-top: 10px;
font-weight: 300;
color: #777;
font-size: 18px;
}and replace it with:
#page-title h1 + span {
display: block;
margin-top: 10px;
font-weight: 300;
color: #777;
font-size: 18px;
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
worked! great!
thanks!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard