-
Search Results
-
Topic: Gravity Forms – Bigger Size
Topic: tab title color & font size
HI
I am working with tabs and noticed the background of the titles changes color on responsive sizes. I know it’s getting the color from the theme, but how do I just changes it for the tabs?
also, I am trying to increase the size of the font in the tab titles with this:
.tab_titles {
font-size: 14px;
font-weight: bold;
}
but it doesn’t seem to do the trick.
help! thanksJust some short questions regarding the header. How do I change the font and the font size of the header? And how can I change the position of the header? I’d like to move the header to a different place on the homepage from top of the page to the middle or the bottom of the homepage. Could you please give me any advice?
Though the site is live, with many mentions of the beautiful theme from our users, there are two things I’d like to fix dealing with Mobile devices. Can you please help me with this?
You can find the website at this link: http://bit.ly/1fqPkFc
1- The Reserve Now button is placed arbitrarily on normal view and iPhone (480px), but not for tablet displays where it tends to stack on the social media icons (the phone number is doing the same thing on tablets, so I added the code below for that as well. Is there a fix for this? I tried using the same code as I did with the smartphone but with 768px. That did not work. Here’s the code that worked for the first 2 devices.
/* Add Reserve Now button to Header-added code to header.php*/
.header-button {
position: absolute;
border: none;
top: 0;
left: 255px;
right: 180px;
}
.header_color .header-button a {
display: block;
padding: 2px 5px 10px 12px;
font-size: 22px;
text-align:justify;
font-weight: bold;
float: left;
color: #f8d699;
border-radius:0px 0px 15px 15px;
}
.header-button a.header-chat { background-color: #985e06; left center no-repeat; }
.header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227″ target=”_blank” }
}
/* Get Reserve Now button on iPhone*/
@media only screen and (max-width: 480px) {
.header-button {
position:absolute;
top:90px;
left:30px;
right:20px;
}
}
/* Sizes/styles phone#, */
#top .social_bookmarks li a { font-size: 18px; }
.social_header .phone-info span {
font-size: 18px;
color: #f8d699;
font-style: italic;
padding-right: 28px;}
}2- We alternately use 2 of 3 layer sliders, but want NONE of them to show on smartphones. Just using the first bit of code stopped the #10 slider from being displayed, but using the same code with the different variables did not. I also tried using ‘all’ in place of the numbers, but that didn’t work either.
How do I repress all of the layer sliders on smartphones?
/* Remove Layer Slider on Smartphone*/
@media only screen and (max-width: 480px) {
/* Add your Mobile Styles here */
#layerslider_10 {
display: none!important; }
}
/* Remove Layer Slider on Smartphone*/
@media only screen and (max-width: 480px) {
/* Add your Mobile Styles here */
#layerslider_18 {
display: none!important; }
}
/* Remove Layer Slider on Smartphone*/
@media only screen and (max-width: 480px) {
/* Add your Mobile Styles here */
#layerslider_19 {
display: none!important; }
}Dear Kriesi.at!
Congratulations for this very easy-to-use and awesome theme. Especially the plentiful examples are useful.
I would like to use the avf_logo_subtext filter, and realized that the related css styles and the hide effect JS code are missing. I have already hunted for styles around your site, and included the following items into the custom.css, but could you please help me with a proper solution? Thank you.
.logo, .logo a { overflow: visible; } #top .logo img { float: left; } #top .subtext { float: left; position: relative; } #top .logo-title { color: #444444; font-size: 12px; left: 7px; opacity: 1; position: absolute; top: -7px; transition: opacity 0.4s ease-out 0s; white-space: nowrap; } #top .logo-subtitle { color: #AAAAAA; top: 7px; } .responsive #top .logo-title { opacity: 0; }Topic: Header Menu Navigation Bar
I reset the body font to Kameron on the Stying page, but where do reset the font-size and line-height?
