Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Icon box, social shortcode, newsletter button and space after header.
New Landing › How can we help? › Atelier › Icon box, social shortcode, newsletter button and space after header.
- This topic has 7 replies, 2 voices, and was last updated 7 years by David Martin – Support.
-
Posted in: Atelier
-
February 1, 2017 at 1:31 pm #312170
Hi! I have some questions…
In Home 3 page (https://www.libretainfinita.com/home-3/):
1- Icon Box. When you place mouse over the icon, the icon becomes black and disappears in the background which is also black.
2- Social Shortcode. I have added Social Shortcode in a Text Block at the bottom of the page. I need to be displayed in white, enlarger size and are centered.
3- Newsletter button. In the footer I added the code (Mailchimp). Clicking on “Subscribe” does not ask me to fill in the required email field as it should be normal. Currently opens a new tab to complete the registration.
Also I would like to know how I can modify the “hover” effects of the “Subscribe” button and achieve a more attractive effect.In Preguntas Frecuentes 2 page (https://www.libretainfinita.com/preguntas-frecuentes-2/):
4- There is a space between the header and the beginning the body page that I want to delete. Is there any option in the theme or should I do it with CSS?
Thanks!
David
February 3, 2017 at 1:21 pm #312511Hi,
1) You can change the hover using this:
.minimal-design .sf-icon-box-standard .sf-icon-cont:hover .sf-icon, .minimal-design .sf-icon-box-standard.sf-hover .sf-icon-cont .sf-icon { color: #fff!important; }
2) To make it larger use this:
[social size="large"]
. I see you already have it white.3) I do not see this. To set the sign up bar, follow this: http://www.swiftideas.com/knowledgebase/replicate-the-newsletter-bar-form/
You can change the Newsletter bar colors using this:
#sf-newsletter-bar .sub-code>form input[type=submit], #sf-newsletter-bar .sub-code>form input[type="text"], #sf-newsletter-bar .sub-code>form input[type="email"] { border-color: #ccc; color: #ccc; } #sf-newsletter-bar .sub-code>form input[type=submit]:hover { border-color: #eabe12; color: #eabe12; } #sf-newsletter-bar input[type="email"]:focus { border-color: #eabe12; }
4) Can you screenshot what you refer to, I do not see it.
Thanks,
DavidFebruary 13, 2017 at 3:03 pm #313551Hi,
Thank you for your response, it has helped me a lot.
I still need your help for some more issues:ISSUE 1. On all pages of libretainfinita.com (except Home), I need delete this space. (attached screenshot issue-1)
ISSUE 2. In Home page (www.libretainfinita.com), I have currently placed the social icons with this shortcode [social size=”large”], but I want a bigger size. Is it possible to customize the size? (attached screenshot issue-2)
ISSUE 3-A. In the Newsletter section inside the Footer. The subscribe Button: The border is visible, but not the text. And when you place the mouse over the button you see the text, but not the border. I need to see text and border, and when placing the mouse over the button it change text and border of this. (Attached screenshot issue-3A)
ISSUE 3-B. In the Newsletter section inside the Footer. When you click the button without having completed with your email(*required), the mailchimp page is opened directly to complete the required fields. I need the message to be shown first to complete the required field, as in your demo. (Attached screenshot issue-3B)
I hope I explained well, sorry for my english 🙂Thanks!
David
Attachments:
You must be logged in to view attached files.February 15, 2017 at 7:55 pm #3139601) Disable the Header Banner in the Theme Options => Global Header Banner Options
2) Use this:
.home ul.social-icons.large li a { padding: 14px; width: 80px; height: 80px; line-height: 80px; font-size: 40px; }
3) You can change that with this:
#footer-widgets input[type=submit] { color: #fff!important; } #footer-widgets input[type=submit]:hover { color: red!important; border-color: red !important; }
4) On our demo that is actually a Contact Form 7 plugin widget in the footer columns 3
Thanks.
February 16, 2017 at 2:22 pm #314043Hi David,
A – OK!
B – OK!
C – OK!
D – Thanks, I see that in your demo is the CF7 plugin. What I mean is that when i click on “Subscribirme”, I am obliged to complete the required field without leaving my web page. Is this possible?
I hope explained well 🙂E- And another question. For some reason the logo is not centered in the menu bar. How can I solve this? (Attached screenshot)
Thanks!
David
Attachments:
You must be logged in to view attached files.February 16, 2017 at 3:37 pm #3140514) By default that would not be possible to do.
5) Please use this to fine tune the position:
div#logo { margin-left: -70px!important; }
February 16, 2017 at 5:33 pm #314071Ok, thanks for your help
David
February 16, 2017 at 5:40 pm #314073No problem.
Thanks.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.