Hi,
I have an usual request, which I hope that you’ll be able to help me with.
I am building a new site using Enfold and Superfly (menu plugin). In order to get it to work I have to disable the enfold menu.
I would, however, like to have some text at the top right of every page. This would appear on top of everything, there will be videos and images heading each page, so it would act very much like a header menu, but a single line of text, which wouldn’t be a link.
Is there some CSS you’d be able to suggest to make this happen.
Thanks in advance.
EDIT: I think I am hacking a way to do it, but I don’t know how advisable it is.
#top .av_header_transparency #header_main { display:none !important; }
#top .av_header_transparency #header_meta { border-bottom: 0px; }
.phone-info { font-weight: 100 !important; text-transform: uppercase; }
Hey jonrouse,
If you have added it to the phone info section, I think it is fine if it meets your needs. You can simply style it in quick css to fit your needs. Otherwise you can think of adding custom code to the header.php file, or creating a page template, both of which are more involved than simply adding it into the phone info section.
Best regards,
Jordan Shannon
Thanks Jordan,
That sounds like it’s way out of my knowledge/ability!
Just one thing, is there a way to move that text down, so it’s more aligned to the button on the left.
Thanks again for your, always helpful, replies,
Regards
Jon
EDIT – Don’t worry, I fixed it by adding some padding!
.phone-info span{
padding-top: 45px;
}