-
Search Results
-
Hello,
Could I get some help with CSS code to fix the responsive formatting for my site?
The frontpage slider looks great on a desktop but not on mobile devices.The website is: http://www.goodpractice.ca
Current CSS is:
span.desc{display: none;}
@media screen and (max-width:767px) {
.innerbanner { height:auto !important;}
}
#simple-menu { color: #434242; z-index: 99999999;}
}Thannks!
Topic: Address in footer
I cannot locate where to change the font color for the address in the footer. The text is located directly under MAILING ADDRESS in the footer. (www.chestergarvinandsons.com). Where do I edit the color?
I have a picture as the footer background. How do I replace the image? Is it possible to change the opacity of the image? Also, can drop shadow be added to text in footer so that it can stand out from the footer picture; it seems that every color I use just blends into the background image. And, how do I change the size of the footer text, perhaps making text larger will help. (www.chestergarvinandsons.com) Thanks for your help
Topic: Adventure child theme
Hello,
i am note able to create a child theme for adventure :
I create a directory adventure-child, then put style.css and function.php and modify inside like this :
style.css
/*
Theme Name: adventure-child
Template: adventure
Theme URI: https://www.sktthemes.org/shop/adventure-wordpress-theme/
Description: Adventure WordPress theme has been designed and created to cater to the needs of those who create adventure sports websites and adventure tourism websites like skiing, ice skating, trekking, mountaineering, cycling, bike riding and others. Demo: http://sktperfectdemo.com/demos/adventure/Author: SKT Themes
Author URI: https://www.sktthemes.org
Version: pro3.0
License: GNU General Public License
License URI: license.txtText Domain: Adventure
Tags: one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, front-page-posting, full-width templateRTL, language-support, sticky-post, theme-options, threaded-comments, translation-ready.Adventure WordPress Theme has been created by SKT Themes(sktthemes.net), 2018.
Adventure WordPress Theme is released under the terms of GNU GPL
*/Function.php
<!–A placer dans functions.php pour initialiser un thème enfant–>
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array( ‘parent-style’ ) );
}but its broke my home page and all the feature don’t work anymore …
could you please help ?
regards,
Cyrille
Hi, I’m using Design Agency theme in Elementor & have added some CSS & HTML to get tool tips to appear on certain words for definitions. My problem is that I can set the position of the tool tip fine for the desktop & tablet view but it’s off screen for the mobile view. Can I set a different position only for mobile responsive?
The code I’m using follows;
HTML//
<div>Add Some Text Here
<div class=”tooltip”> Hover over me
<span class=”tooltiptext”> Tooltip text </span>
</div>
Add some text here too</div>CSS//
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
cursor:help;
}.tooltip .tooltiptext {
visibility: hidden;
width: 500%;
background-color: blue;
color: #fff;
border-radius: 6px;
padding: 5px 5px 5px ;
position: absolute;
z-index: 1;
top: 150%;
left: 50%;
margin-left: -250%;
}
.tooltip .tooltiptext::after {
content: “”;
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent blue transparent;
}.tooltip:hover .tooltiptext {
visibility: visible;
}Hi Team,
Don’t know since when the Girlie Pro theme Section 1 “WHAT NEW IN THE SHOP” price not showing, tried to re-do the shortcode again but price $ still not showing, here is the shortcode example: please help me take a look on this, thanks ![ourproducts bgcolor=”##ffffff” textcolor=”#686868″ price=”$125″ readmorelink=”https://www.claymagichouse.com/shop/” readmoretext=”Read More” buy=”Buy Now” link=”https://www.claymagichouse.com/shop/clay-flower-bouquet-11/” title=”CLAY FLOWER BOUQUETS” icon=”https://www.claymagichouse.com/wp-content/uploads/2016/09/Clay-Flower-Bouquet-13″%5DThis bouquet includes 8 blue roses and 3 light purple color roses and leaves……[/ourproducts]