Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 2,011 through 2,025 (of 3,301 total)
  • Author
    Search Results
  • #67490
    DerekDerek
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: March 27, 2017

    www.fletcherkempo.com

    seems like whenever we only change the language in a section (in editor window under “text) it totally loses its format and/or changes the word coloring so things become unreadable. Now the “Our Programs” section is completely out of format. Basically, we want to just use the exact theme set up as is, but change language. Editing the language is throwing it all off.

    #67489
    DerekDerek
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: March 27, 2017

    Seems like whenever we only change the language in a section (in editor window under “text) it totally loses its format and/or changes the word coloring so things become unreadable. Now the “Our Programs” section is completely out of format. Basically, we want to just use the exact theme set up as is, but change language. Editing the language is throwing it all off.

    RenatoRenato
    Member
    Member since: October 31, 2016

    i’m using the skt Architect Pro theme to create a new website.
    url
    http://rmftecnologia.com.br/wpriogarden/

    I set “background color for logo” to none
    I set “background color for header” to none

    I use the follow CSS code for another topic in my Custom CSS:
    .logo{background:none !important;}

    @media
    screen and (max-width:768px){
    .logo{position:relative !important;}
    }

    But an orange background color keep appearing at logo area.

    how to change this background color or set it to “none”? i didnt found any other control to do that.

    #67458
    DerekDerek
    Member
    Member since: March 27, 2017

    Hello, (we are using the Strong Pro Theme)

    We purchased this theme. We have reviewed the documentation many times but can’t seem to solve these issues. Please kindly cut and paste the answers/code so we may proceed with our launch. Thank you.

    1) Problem: Home Section #1 “The Three Boxes…What’s Next, Membership, Personal Training”
    We need the entire shortcode to enter into the “text” portion of the editor for this section. We tried editing (just adding our own words) the section and somehow the whole proportion is thrown off and it floats up into the slider home screen slider. Also all 3 of the background colors turned grey, the two “read more” boxes completely disappeared. We want the original colors, boxes and “read more” boxes as shown in the demo.

    2) Problem: Home Section #6 “Start a personal training session with…”

    Need the original shortcode for this section as well. Instead of the demo language we want these words: Join the community and start learning Fletcher Kempo (fletcher kempo should be in white color bold) The button should read “Start Now” (presently it reads “Get Started”)

    3) Problem: Header Section

    How do remove the copyright symbol and the words ” Copyright Select Themes” so it does not show up on our site homepage header and site?

    4) Problem: Home Section #2 ” Everything About Fitness”

    How do we change the icon pictures that are in blue? Most of them are fine but we need to change 2 or 3 of them.

    5) Problem: Home Page Store Section

    How can we hide this section until we finish our store? The other sections have a hide button, but we could not find a way to hide this section. We have not downloaded WooCommerce yet but will later.

    6) Problem: Footer Section
    How can we add Instagram and YouTube icons and social links to the footer?

    We would deeply appreciate a prompt response. Thank you!

    -Team Fletcher Kempo

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

    Add this code in Custom CSS Box:

    .aboutsec h2{color:#ffffff !important;}
    #services-box h2{color:#fff000 !important;}

    Regards,
    Dave

    #67354

    In reply to: SKT Spa Pro Questions

    michelle goramichelle gora
    Member
    • Topics: 24
    • Replies: 77
    • Total: 101
    Member since: April 15, 2015

    Also for #5, the coding you gave me changed the color of the font not the color of the button

    #67300

    In reply to: Theme Questions

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

    Hi Michelle,

    Apologize.

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

    Add this code there:

    @media screen and (max-width:767px) {
    .show-bg nav ul li.current-menu-item a, .show-bg nav ul li.current_page_item a, .show-bg nav ul li.current-menu-item ul li a:hover, .show-bg nav ul li a:hover, .show-bg nav ul li.selected a { color:none !important;}
    .show-bg nav > ul li a:hover, .show-bg nav ul li.current_page_item a, .show-bg nav ul li.current_page_item ul li a:hover { background:none !important;}
    }

    Regards,
    Dave

    #67297

    In reply to: SKT Spa Pro Questions

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

    Hi Michelle,

    Apologize, I thought your support period was ended.

    1. Kindly go to header.php to link phone number.

    2. Add this code in Custom CSS Box:
    .innerbanner{height:auto !important;}

    3. Add this code in Custom CSS Box:
    .photobooth .filter-gallery{display:none;}

    4. Kindly go to header.php to remove a dash.

    5. Add this code in Custom CSS Box:
    .fourbox .read-more{color:#dd9933 !important;}

    Regards,
    Dave

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

    Hi Laura,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .footer-menu li a{color:#ffffff !important;}

    Regards,
    Brad

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

    Hi Laura,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    #services h2.section-title{color:#fff000 !important;}
    #services-box h2{color:#fff000 !important;}

    Regards,
    Brad

    #67114
    LauraLaura
    Participant
    Member since: July 21, 2016

    theme: blendit
    http://mysbiz.com/SWPA/

    How do I change the text color for title of “SERVICES” section? (red)

    How do I change the font size of blue secondary titles? (purple)

    https://snag.gy/ahQKWF.jpg

    #66941

    In reply to: Theme Questions

    michelle goramichelle gora
    Member
    • Topics: 24
    • Replies: 77
    • Total: 101
    Member since: April 15, 2015

    And why does my menu look like the below on mobile.

    Under Theme Options I couldn’t find where to change it but anything having to do with the mobile menu does NOT have these colors set.

    The highlighted dark grey that it is doing

    http://imgur.com/sdZ0PqX

    #66882

    In reply to: Theme Questions

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

    Hi Michelle,

    1. Supersized script crops the images in mobile as well as desktop view.

    2. Add this code in Custom CSS Box: .show-bg nav{font-size:20px !important;}

    3. Add this code in Custom CSS Box: .show-bg .logo h1{display:none;}

    4. It is an image you have to change the color of that image.

    Regards,
    Dave

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

    Hi Vanessa,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    #topmenu ul li ul li {border-bottom: 1px solid #ff0000;}
    #footer .rowfooter .footmenu li.current-menu-item a, #footer .rowfooter .footmenu li.current_page_item a {color: #ff0000 !important;}

    Regards,
    Brad

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

    Add this code in Custom CSS Box:

    .header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current_page_item a, .header .header-inner .nav ul li.current_page_item ul li a:hover, .header .header-inner .nav ul li.current-menu-ancestor a.parent{color:#ffffff !important;}

    Regards,
    Dave

Viewing 15 results - 2,011 through 2,025 (of 3,301 total)