Hi,
I’m building my website and meet 2 issues:
> I’d like to have on same line an icon and a h1 text as you can see in this page on my page (private content).
But I would like those 2 elements being closer, and avoid h3 tag in the icon as it comes just before h1 tag. I want exactly the same icon that now. How can I do this?
> How can I have my brand name at the end of title tag instead of the beginning? My brand name is “Canyon Spirit”.
Thanks for your awnsers.
Hi!
1- You can edit your columns and change alignment to top instead of middle as it currently is.
2- Please try using a plugin such as this one – https://wordpress.org/plugins/wordpress-seo/ to have more control over title tags
Best regards,
Yigit
Hi Yigit,
Thanks for your answer but it does not solve my problem.
Have a look at the page again, there are two lines of title:
> on the first first I use an icon box element
> on the second line I use an icon element
I would like to use an icon (as it doesn’t come with h3 tag) but I want it to look exactly the same as the first line. When I setup an icon in color tab I don’t have access to font or background custom color while I can do it with icon box.
Regards.
Hi!
Add this in the Quick CSS field:
.av_font_icon .av-icon-char {
background: #83a846;
color: #ffffff !important;
}
If you want to be more specific with your selectors, turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
Ismael