-
-
Hi, I need some help with the following items.
1. Add Title Image
How can I add a title image to this page: http://new.ourfightingspirit.com/our-podcasts/2. Title Text Edits
I have changed the H2 header color to #326D77 in the customizer and Elementor global setting. I have also tried adding the following CSS. But the H2 header color does not change. How can I edit this color?
.elementor-2498 .elementor-element.elementor-element-052083a .elementor-heading-title {
color:#326D77;
font-family:”AlbraDisplayMedium”, Sans-serif;
!important;}.elementor-heading-title {
color:#326D77;
font-family:”AlbraDisplayMedium”, Sans-serif;
!important;}There is also another smaller title I would like to edit the typeface but can find no way to do so.
Thank you!
Paula
-
Hi,
1- Title image on the page header
Currently, there’s no option available to add a title image on the page header.
What you can do is:
a- Select the page layout to fullwidth
b- Create a custom section and add the background image to it.
c- Add overlay and title
d- Save changes, done.2- Title Text Edits
Could you point out the exact location where you’re facing this issue? A screenshot or the page link will help a lot.Thanks,
-
Thank you for the first solution.
For 2 I have screenshots but don’t know how to upload them to the forum post. Let me know how and I will send them to you.
The issue is on every page.
Thank you!
Paula
-
Hi,
You can use https://imgur.com for screenshots and vimeo.com for videos.Thanks,
-
-
Hi,
The “AlbraDisplayMedium” is a custom font and not included in the Google fonts. To use custom font, use third party font plugin i.e. Use any font etc. upload your custom font file and it’ll give you a class name. Add this class name on your required widget or element.I’ve added the “AlbraDisplayMedium” using the same plugin. If you wanna add more than one custom font you’ve to buy it. Add class “albra” to add font family “AlbraDisplayMedium” on the elements.
Thanks,
-
Hi Azam, thank you for your help. I need to clarify what I need help with. See the explanations below.
You can download the image here: https://imgur.com/a/l4VXJgG.1. Title Font
I have changed the H2 header color to #326D77 in the customizer and Elementor global setting. I have also tried adding the following CSS. But the H2 header color does not change. How can I edit this color?
I tried using this css, but it did not change the font.
.elementor-3871 .elementor-element.elementor-element-0fc94c3 {
color:#8FBCB3;}
2. Title Color
I have changed the title font to Open Sans 7 in the customizer and Elementor global setting. I have also tried adding the following CSS. But the title font does not change. How can I edit this color?
I tried using this css, but it did not change the color.
.elementor-3871 .elementor-element.elementor-element-412b928 .elementor-heading-title {
font-family:”Open Sans”, Sans-serif;
text-transform:none;
}I have temporarily changed the color manually in Elementor but prefer it to a style.
Thank you!
Paula
-
Hi,
– Title Color
The title isn’t getting the defined color because the title may not be wrapped between the “H1/H2” tag.– Title Font
The heading isn’t getting the font family because you’ve defined the font family “AlbraDisplay-Medium” of “H1/H2” in the customizer. The defined font family overrides the manual defined title font.In order to overcome this issue, select the HTML tag other than “H1/H2”. I’ve added a dummy heading having different font and site primary color on the sample page. The HTML tag option is visible in the Elementor under the content tab. Here’s the link:
In order to prevent yourself from repeating the same process again and again, simply copy n paste the element in different sections or even between different pages.
Thanks,
-
Your instructions solved the issue. Feel free to close this ticket.
Thank you!
Paula
-
-
You must be logged in to reply to this topic.