Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Full screen image background / Top bar text size
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Full screen image background / Top bar text size
- This topic has 39 replies, 4 voices, and was last updated 10 years by Kyle – SUPPORT.
-
Posted in: Neighborhood
-
November 2, 2014 at 9:08 pm #124917
Hi There,
Im having a few difficulties getting my site up and finished:
1) My site has a landing page for members to log in, I’m having a few problems with custom css getting the design of this correct.
First – I want to hide the header and footer, i have used the below custom css to do this, although the top bar is hidden – it is still leaving a white space the same size? & The footer is still loading behind the background image
Any tips to remove this entirely? using the below css.
.page-id-17 #header-section {
display: none;
}
.page-id-17 #top-bar {
display: none;
}.page-id-17 #footer {
display: none !important;
}and I have used this CSS to tell the row containing log in form to be full screen, is this the best way to achieve the look i want?
.signin {
position:fixed !important;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}See attached screen shot, very nearly there just a little messy. .
2) I have included a link in the text area of the top bar on my other pages, how can i change this text size with css?
Attachments:
You must be logged in to view attached files.November 3, 2014 at 4:32 am #124957Hi,
Please provide me website url to check the issue.
Thanks
MohammadNovember 3, 2014 at 10:14 am #125020This reply has been marked as private.November 3, 2014 at 4:23 pm #125203Add width:100%; so:
.signin { bottom: 0; left: 0; position: fixed !important; right: 0; top: 0; width: 100%; }
– Kyle
November 3, 2014 at 11:02 pm #125310Thanks Kyle, still doesn’t seem to have fixed the problem on mobile devices or if i reduce the browser screen size – there is still a black margin around the page which looks like its the footer?
Also not sure if you guys have missed my second query:
2) I have included a link in the text area of the top bar on my other pages, how can i change this text size with css?
November 4, 2014 at 10:45 am #125391Sorry I’ve just realised what you’re trying to do. All you need to do is select ‘holding page’ from the templates
– Kyle
November 4, 2014 at 5:30 pm #125591Thanks Kyle ill try that, still no answer from anyone on my second query….
2) I have included a link in the text area of the top bar on my other pages, how can i change this text size with css?
November 4, 2014 at 5:41 pm #125592Hi Kyle, that working better, but there is now a gap at the top and bottom of the image see attached screen shot.
I have removed the css
.signin {
bottom: 0;
left: 0;
position: fixed !important;
right: 0;
top: 0;
width: 100%;
}Attachments:
You must be logged in to view attached files.November 4, 2014 at 9:05 pm #125615Hi,
Regarding 2# can you provide an url of that page?
In your site i’m seeing this in the image below. I’m I in the wrong place?
https://www.dropbox.com/s/mw38gzlqzksx990/fixers_homepage.png?dl=0-Rui
November 4, 2014 at 11:44 pm #125645Hi Rui
Thanks – can you help on the other query address to Kyle?thats a coming soon page, the main site isn’t viewable as of yet.
Please see attached screenshot, I’m referring to the text in the top right hand corner – ‘invite friends’ which is located in the ‘top bar’? how do i change this size etc?
Attachments:
You must be logged in to view attached files.November 4, 2014 at 11:55 pm #125648Without seeing the site it’s more difficult. But give a try and add the code below to your custom css options.
.tb-text{ font-size:13px!important; }
-Rui
November 5, 2014 at 11:08 am #125788Hi Rui
No that hasn’t worked
Also please can some respond re query about on landing page…
November 5, 2014 at 11:15 am #125791It should work but you need to use a bigger value than 13px, that’s default
– Kyle
November 5, 2014 at 11:40 am #125803Hi Kyle
I have used a bigger value, it didn’t work?
Also any further help on above query you haven’t replied yet…
November 5, 2014 at 11:46 am #125805I need a login to view your site
– Kyle
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.