Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 1,951 through 1,965 (of 3,301 total)
  • Author
    Search Results
  • #72476

    In reply to: menu color on footer

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

    Hi,

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

    Add this code there:

    .copyright-wrapper ul li a { color:#fff !important;}
    .copyright-wrapper ul li a:hover, .copyright-wrapper ul li.current_page_item a { color:#ffae00 !important;}

    Regards,
    Chris

    #72467
    Michael SuraceMichael Surace
    Participant
    Member since: January 24, 2017

    hi,

    on my interior design webisite http://www.industriadellegno.it on the footer, the menus are black such as the background, so they cannot be shown. How can i set the menus on the footer white so they can be displayed?

    thank you,

    Michael

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

    Hi,

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

    Add this code there:

    @media screen and (max-width:767px) {
    h3.widget-title { line-height:28px;}
    h1.entry-title, h1.page-title { line-height:36px !important;}
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#282828 !important;}
    .header .header-inner .nav ul li.current-menu-item a, .header .header-inner .nav ul li a:hover { color:#dd3333 !important;}
    .header .header-inner .nav ul li:hover ul { background:transparent !important;}
    .header .header-inner .nav ul { font-size:15px !important;}
    }

    Regards,
    Chris

    talia meltontalia melton
    Member
    Member since: May 13, 2017

    Hi there, I recently purchased the SKT Charity Pro for my non profit and it won’t load. I downloaded the file from your site, Zipped it and uploaded it to my WordPress. For some reason the theme won’t load at all. It keeps giving me the loading icon and never loads. When i edit anything in the back office, say colors, It will change in the back office but won’t load in the front.The Front page doesn’t even appear. Are there some errors with this theme or what am i not doing?

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

    Hi,

    Issue resolved from our end.

    Kindly use important in your css to override theme options css.

    Example:

    .class-name{color: #000 !important;}

    Regards,
    Chris

    #72326
    Michael SuraceMichael Surace
    Participant
    Member since: January 24, 2017

    Hi,
    in my interior design website http://www.industriadellegno.it/it/progettazione/, the background color in the home page is OK, but i have a background color INSIDE the menus/pages/article (see the link above) different, i want to change in warm grey 1c. I dont know where to change the background on the inside pages. Can you help me?

    thank you,

    Mike

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

    Hi,

    Here is the shortcode of ourteam:

    [ourteam show="3"][simple_button size="medium" bg_color="#fcfcfc" color="#2e2e2e" border_color="#d5d2d2" text="View All" title="View All" url="#" position="center"]

    Regards,
    Brad

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

    Hi,

    This is not a problem of our theme.

    Try this css code for background color:

    #primary .sjb-page, #primary .sjb-page .list-data { background-color:transparent !important;}

    Hope this helps.

    Regards,
    Chris

    #72187
    Michel BerdynMichel Berdyn
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 14, 2017

    Hi Chris,

    I have added the code to costum css box an now it Looks perfectly.
    but one question is left: I have tried to Change the Background Color of the Job page. but each time nothing changed.
    Is it a Problem by theme or shall I have to write to the plug in developer?

    Many thanks

    PhilPhil
    Participant
    Member since: May 4, 2016

    Wehn adding a button on the Section, sections, … using the short codes (and change the code from ‘left align’ to ‘center’ they still are placed on the far left… when live

    On the section with an image on the right and copy on the left, the button aligned far right ????

    So for now I just used ‘anchor’ text with link embedded ( which btw, There’s no quick option in the page builder menus in the sections to add ‘links or images’ like on the actual page builders, they have to be coded and images pasted….

    I also tried using an image of a CTA button with a redirect link to the contact page and that doesn’t work either … When you align center using the builder menu even – when the page is viewed its actually aligned left. Its like I can make a button short code, an and image align center by changing the short-code name or using the builder menu … but only in the section builder…

    Here’s your short code and then my modification 2nd, Am I doing something wrong? Maybe you spell center different than we do in Canada?

    [gradient_button size=”medium” bg_color=”#060″ color=”#fff” text=”Medium Gradient Button” title=”Medium Gradient Button” url=”” position=”left”]

    [gradient_button size=”medium” bg_color=”#060″ color=”#fff” text=”Get a Free Quote” title=”Medium Gradient Button” url=”” position=”center”]

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

    Hi,

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

    Add this code there:

    .site-nav ul li a:hover { background-color:#1e73be;}
    .logo p { color:#1e73be;}

    Regards,
    Chris

    #72172
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    thank you very much, just last question very similar: and how to change the color of text tagline under the logo? even the color of hover font for header?

    thank you,

    Mike

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

    Hi,

    Kindly use this code for top bar color change:

    .topbararea { background-color:#1e73be;}

    Regards,
    Chris

    #72159
    Michael SuraceMichael Surace
    Participant
    Member since: January 24, 2017

    hi,

    in my website with Welness Spa FREE version wwww.bodyscomfort.it is it possibile just to change the color of the actual green bar at the top of the header?

    thank you,

    Michael

    #72084
    Michael SuraceMichael Surace
    Participant
    Member since: January 24, 2017

    Hi,

    i dont know why, but after i changed the footer color in warm grey 3c, now the footer color (FOLLOW US with social icon area) in my interior design website http://www.industriadellegno.it has 2 different color, please see http://imgur.com/a/aoEoR . I need that all the area has the same warm grey 3c color.

    thank you guys,

    Michael

Viewing 15 results - 1,951 through 1,965 (of 3,301 total)