Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 676 through 690 (of 3,298 total)
  • Author
    Search Results
  • #151363
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .home.has_trans_header .header { background:#fff !important;}
    #simple-menu .fa-bars {
        color: #000 !important;
    }
    }
    

    Regards,
    Chris

    Lana GoodLana Good
    Participant
    Member since: April 30, 2020

    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!

    #151050

    In reply to: Address in footer

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .footer-col-3 p {
        color: #fff !important;
    }

    Regards,
    Chris

    #151032
    GLORIA REASEGLORIA REASE
    Participant
    Member since: April 29, 2017

    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?

    #151015
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    Homepage needs to be redone as the framework is different. Colors and fonts will carry forward. Inner pages will remain as it is.

    Regards,
    Dave

    #150929
    GLORIA REASEGLORIA REASE
    Participant
    Member since: April 29, 2017

    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

    #150803
    Cyrille LEJACyrille LEJA
    Participant
    Member since: April 20, 2020

    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.txt

    Text 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

    #150736

    In reply to: Charity Edit Template

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    body.custom-background {
        background-color: #fff;
    }
    .signin_wrap .widget-left {
        display: none;
    }

    Regards,
    Dave

    #150705
    Rachel KirkRachel Kirk
    Participant
    Member since: October 25, 2019

    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;
    }

    #150520
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Header >> Header >> Header Background Color

    See screenshot below:
    https://imgur.com/a/iFeDuu7

    Regards,
    Dave

    #150487
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    #simple-menu .fa-bars {
        color: #282828 !important;
    }
    .pad_menutitle {
        background-color: #000 !important;
    }
    }

    Regards,
    Dave

    #150481
    billing8billing8
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 4, 2019

    Thank You so Much!

    Last question: I can’t see the mobile menu because my background is white.
    I’d like to change the 3 lines (hamburger) color
    and I’d also like to change the top bar color when someone clicks on the menu.

    Can you show me the right css to place in custom css?

    Hope your day is going well. ; )

    claymagichouseclaymagichouse
    Participant
    Member since: September 9, 2017

    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/&#8221; readmoretext=”Read More” buy=”Buy Now” link=”https://www.claymagichouse.com/shop/clay-flower-bouquet-11/&#8221; 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]

    https://imgur.com/F5IF143

    #150353
    BryonBryon
    Participant
    • Topics: 12
    • Replies: 34
    • Total: 46
    Member since: September 16, 2016

    Do you need to see my site? Isn’t the navigation background color controlled from a specific place? If not i will take down the under construction

    BryonBryon
    Participant
    Member since: September 16, 2016

    Where do I go to change the front page navigation background color from the demo white to another color?

Viewing 15 results - 676 through 690 (of 3,298 total)