Community Forums › Forums › Archived Forums › Design Tips and Tricks › Missing "Display Header Text" from Enterprise Pro theme
Tagged: Custom header
- This topic has 8 replies, 2 voices, and was last updated 8 years, 11 months ago by
Brad Dalton.
-
AuthorPosts
-
June 17, 2014 at 7:37 pm #110304
msf
MemberHello,
I am setting up my Enterprise Pro theme and would like an image and text in my custom header. However, when I go into Site Title/Tag Line in Customize theme there is no checkbox for display text. So if I upload an image as a header I get the image and if I don't then I get the text. Does anyone know why this option would be missing.
It also under Appearance > Header there is no Header Text section just the Header Image.
Any assistance would be appreciated.
Thanks
http://localJune 17, 2014 at 7:46 pm #110309Brad Dalton
ParticipantJune 17, 2014 at 7:51 pm #110312msf
MemberBrad, I went to Settings > General and but there is no check box to display header or hide. I do see the Site Title in the header when I don't have the logo, but when I have the logo the text isn't being displayed to.
June 17, 2014 at 8:01 pm #110316Brad Dalton
ParticipantYes. What you can do is change the value from false for true.
Find code which looks like this in your functions file:
https://gist.github.com/braddalton/3f0a9944d3044875af3c
June 17, 2014 at 9:13 pm #110326msf
MemberThanks Brad, that worked, the option is now there.
The text and image are over top of each other, do you have a suggestion for being able to move the logo to the right of the text?
Thanks again for your help.
June 18, 2014 at 2:43 am #110343Brad Dalton
ParticipantJune 18, 2014 at 9:40 am #110366msf
MemberSorry, I have to develop the site locally for now. Attached a screen shot of the header. I would like to have the Owl to the right of the text if possible. Here is the site section of the theme style.css, I tried changing the background position but was unsuccessful:
Site Header
---------------------------------------------------------------------------------------------------- */.site-header {
background-color: #fff;
min-height: 150px;
}.site-header .wrap {
padding: 40px 0;
}/* Title Area
--------------------------------------------- */.title-area {
float: left;
padding: 0 0 4px;
width: 320px;
}.header-full-width .title-area {
width: 100%;
}.site-title {
font-family: 'Titillium Web', sans-serif;
font-size: 36px;
font-weight: 700;
line-height: 1.2;
}.site-title a,
.site-title a:hover {
color: #31b2ed;
}.header-image .site-title > a {
background-position: top !important;
float: left;
min-height: 80px;
width: 100%;
}.site-description {
color: #aaa;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 300;
letter-spacing: 1px;
line-height: 1.5;
text-transform: uppercase;
}.site-description,
.site-title {
margin-bottom: 0;
}.header-image .site-description,
.header-image .site-title {
display: block;
text-indent: -9999px;
}June 18, 2014 at 9:48 am #110367msf
MemberSorry, the forum doesn't let me upload a file.
June 18, 2014 at 4:31 pm #110427Brad Dalton
ParticipantCan't test this in a browser using Firebug or Chrome Inspector so sorry but can't help on this occasion.
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.