blueb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Slideshow – Text in the button (responsive problem)How can I thank you??? Infinite gratitude!!!
Thank you soooo much, now it works well. 🙂Forum: Themes and Templates
In reply to: [Enigma] Slideshow – Text in the button (responsive problem)Hi weblizar, thank you so much for your help.
Now there are no problems with the mobile version, but you can not read the text from the desktop because it’s too small.
If I try to insert a readable font size for the desktop version, then the mobile version becomes all messed up. 🙁Forum: Themes and Templates
In reply to: [Enigma] Slideshow – Text in the button (responsive problem)Hi,
now is available, the problem is the one shown in the pic postes above. 🙁 Thank you so much in advanceForum: Themes and Templates
In reply to: [Enigma] Slideshow – Text in the button (responsive problem)Hi, thank you so much
http://www.zwicktraining.it (mobile)Forum: Themes and Templates
In reply to: [Enigma] Slideshow – Text in the button (responsive problem)Hi weblizar, thank you so much; I’ve already read the thread you suggest, but I couldn’t find the solution to my problem.
Forum: Themes and Templates
In reply to: [Enigma] Social – text mouse overHi Northwoods, thank you so much also for the correction of “misspelled”, I’m not a native English speaker and I always appreciate some suggestions.
By the way, I tried to insert the code on Custom CSS, but it didn’t work.
The code is the following:<ul class=”social”>
<?php } if($wl_theme_options[‘twitter_link’]!=”) { ?>
<li class=”twitter” data-toggle=”tooltip” data-placement=”bottom” title=”Twitter”>“><i class=”fa fa-twitter”></i>
<?php } if($wl_theme_options[‘linkedin_link’]!=”) { ?>
<li class=”linkedin” data-toggle=”tooltip” data-placement=”bottom” title=”LinkedIn”>“><i class=”fa fa-linkedin”></i>
<?php } if($wl_theme_options[‘youtube_link’]!=”) { ?>
<li class=”youtube” data-toggle=”tooltip” data-placement=”bottom” title=”YouTube”>“><i class=”fa fa-youtube”></i>Forum: Themes and Templates
In reply to: [Enigma] Social – text mouse overThank you so much: that’s why I wanted to edit the names, because Twitter is mispelled.
It will be so cool if all the names were fixed with the proper capital letters and so on, e.g. Twitter, LinkedIn, YouTube.Forum: Themes and Templates
In reply to: [Enigma] Titles SlideshowHi Weblizar,
yes, I’m using Custom CSS plugin in order to edit the theme.
I’d like to obtain the following features
– white background and red text
– mouse over: red background and white text.At the moment the background is red as the text (please see the pic) and I can’t find the proper code to change.
Thank you so much in advance
Forum: Themes and Templates
In reply to: [Enigma] Titles SlideshowHi Weblizar,
the site is the following: http://www.zwicktraining.it
I’d also like to move the social icons in the footer: whick part of the code should I edit?
Thank you so much in advanceForum: Themes and Templates
In reply to: [Enigma] Portfolio – only link to an external urlHi weblizar, thank you so much!!!
Forum: Themes and Templates
In reply to: [Enigma] Portfolio – only link to an external urlThank you so much, weblizar: it works!!!
I changed the icon color for mouse over and so on… but I’m still not able to change the bottom part of the box when the mouse is over it (the default color is blue)Forum: Themes and Templates
In reply to: [Enigma] Portfolio – only link to an external urlHi weblizar, thank you so much; actually I’m using only the Custom CSS plugin, without a child theme; is it possible to modify the portfolio section, as shown in your pic, only with Custom CSS?
Thank you so much in advance
Forum: Themes and Templates
In reply to: [Enigma] Change color of menuHi everyone,
Itried with your suggestions, but I’m not able to change the color of the menu when the mouse is over it.Here is the code I added with Custom CSS:
.header_section
{ background-color: #ffffff; color: #000000;
}
.navigation_menu { border-top: 2px solid #e60003; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .dropdown-menu .active a { background-color: #dddbd1; }
.dropdown-menu .hover a { background-color: #e60003;}
.navigation_menu { background-color: #fff; border-top: 2px solid #e60003; }