Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Logo is Super Small & Menu Items are not Contained
New Landing › How can we help? › Atelier › Logo is Super Small & Menu Items are not Contained
- This topic has 49 replies, 5 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Atelier
-
September 21, 2016 at 6:48 pm #292819
You need to utilise CSS. You can add your own CSS to Theme Options => Custom CSS
.page-id-80 #main-container .container:first-of-type { background-color: rgba(0,0,0,0.7); }
September 21, 2016 at 7:53 pm #292833Awesome! How can I do the same sort of thing with only the icon boxes in the middle of this page: http://exertd.com/contact-us/
So where it has the icons and contact info I want that box behind it to be like what we just did with the semi-transparent box behind the text.
September 22, 2016 at 12:19 pm #292957You would need to first remove the background color settings from the icons.
Then add a custom class to each icon using the “Extra Class” option in each icon asset. Ex:
Custom Class:
bg-color-opacity
.Theme Options => Custom CSS
.bg-color-opacity { background-color: rgba(0,0,0,0.7); }
September 22, 2016 at 10:44 pm #293054Great! Now the last I need that I can’t figure out is the tab section on this page: http://exertd.com/faq/
I need the tabbed section to have a transparency background to standout as well.
September 26, 2016 at 10:25 am #293276You apply the same concept. Use the Chrome web inspector to locate the div container the content, this will let you know what class is being used. You then add your CSS to that class.
Ex:
.spb_tabs .tab-content>.tab-pane { background-color: rgba(255,255,255,.7); padding: 0 25px; }
September 27, 2016 at 8:52 pm #293543Great. Since you’ve helped me with this I figure you can find the solutions to the problems I have now. There’s a couple issues with the responsiveness now:
1) On the Contact Page (http://exertd.com/contact-us/) the semi-transparent background behind the text is not appearing on mobile so it blends into the background too much. It looks great on the desktop but all mobile responsiveness is off.
2) Now, on the contact page, the orders & returns page, the privacy policy page, and the terms of use page the background photo looks great with the transparency on desktop but all mobile versions are not responding correctly to scale the image appropriately. The return policy, privacy policy, and terms of use pages all keep the semi-transparent background like the desktop version unlike the contact page but the photos on all of them are not re-sizing appropriately.
Thanks!
September 27, 2016 at 9:30 pm #293548I’m not super technical with the coding so that is a little difficult for me, but this code puts the transparency behind the tab content but not the tab labels themselves so they’re still hard to read:
.spb_tabs .tab-content>.tab-pane {
background-color: rgba(255,255,255,.7);
padding: 0 25px;
}September 29, 2016 at 4:36 pm #293825Hi there,
Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation. We only provide support for theme issues, and at times basic customisations.
While we’d love to be able to support every customisation request, we simply don’t have the time.
We recommend that you seek a freelance developer if you need to make that customisation:
October 3, 2016 at 5:31 pm #294221Ok I will seek help elsewhere for the tab customization. Can you just tell me one final thing? How can I hide the background image of the certain pages from showing up on mobile? Or have the adjust properly? Because the exertd.com/contact-us, exertd.com/terms-conditions, exertd.com/privacy-policy, and exertd.com/return-policy do not respond automatically for mobile so I need to place a custom css for each page to hide the background images of these pages or have them respond to mobile. That’s my only issue now.
Thanks.
October 4, 2016 at 6:18 pm #294390Hi,
Just a doubt, do you mean for instance in the contact us page to remove that background of the Telephone?
https://www.dropbox.com/s/dc96b1zfedlf68t/Screenshot%202016-10-04%2018.18.42.png?dl=0-Rui
October 4, 2016 at 6:33 pm #294393Preferably make it mobile responsive so it’s not really big OR remove it completely and make the page background a different color just on mobile.
October 4, 2016 at 6:55 pm #294396This css should sort it, I used the id’s of the pages.
Already added the css below to your custom css option@media only screen and (max-width: 479px){ .page-id-65 #main-container , .page-id-392 #main-container,.page-id-414 #main-container, .page-id-405 #main-container{ background: #000!important; } }
Hope it helps.
-Rui
October 7, 2016 at 9:01 pm #295313Thanks. So another question. No matter what I change in the font settings, I cannot change the hover font of the shopping cart icon or the wishlist icon where is says “Your Cart Is Empty” or “Your Wishlist Is Empty” . The same is true for the font type and size when attempting to search something within the search icon. How do I change these if none of the fonts are associated with them?
October 9, 2016 at 1:34 am #295361Also, How do I hide the stock availability on the front end?
October 9, 2016 at 2:35 am #295362I figured out the stock on the frontend display but I still need help with these issues:
1) No matter what I change in the font settings, I cannot change the hover font of the shopping cart icon or the wishlist icon where is says “Your Cart Is Empty” or “Your Wishlist Is Empty” . The same is true for the font type and size when attempting to search something within the search icon. How do I change these if none of the fonts are associated with them?
2) Is it possible to change the font for all shop & individual product pages? I would like a specific font different for everything else for these pages.
3) I enabled the mobile filters to be visible all of the time but I cannot see any filters on the product shop pages, my pages are very plain without this.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.