Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 2,041 through 2,055 (of 3,301 total)
  • Author
    Search Results
  • JenniferJennifer
    Member
    Member since: March 17, 2017

    I would like to be able to change the orange/red color, too. The option to change it should be available.

    #65910
    JenniferJennifer
    Member
    Member since: March 17, 2017

    I want to change the red part of the textual logo to a neon green like the much of the rest of the site, but I don’t see that option available. How do I do that? Thanks.

    http://www.gritandgofitness.com/wordpress/

    #65855

    In reply to: Teethy Theme Questions

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

    Hi Michelle,

    1. Kindly create a page “Our Team” and use this shortcode inside the page `[centertitle subtitle=”Meet The Team” text=”Our Specialist Doctors” icon=”plus” titlecolor=”#282828″ iconcolor=”#24b9d7″ seperatorcolor=”#f2f2f2″]
    [ourteam col=”4″ show=”4″ excerptlength=””]`

    Then go to Appearance>>Customize>>Front Page>>Home Section 4 and select the “Our team” page from the dropdown.

    Same steps for Treat Yourself To Comprehensive Dental Services Section. Here is the shortcode:

    [centertitle subtitle="Treat Yourself To" text="Comprehensive Dental Services" icon="plus" titlecolor="#282828" iconcolor="#24b9d7" seperatorcolor="#f2f2f2"]	
    [column_area]
    [servicesbox1 image="http://yourwebsite.com//wp-content/themes/teethy-pro/images/dental-services1.jpg" title="Advanced Dentistry" description="Pellentesque pretium dictum congue vivamus quis convallis justo Proin tincidunt metus" icon="plus" url="#" target="_self"]
    [servicesbox1 image="http://yourwebsite.com//wp-content/themes/teethy-pro/images/dental-services2.jpg" title="Dental Implants" description="Pellentesque pretium dictum congue vivamus quis convallis justo Proin tincidunt metus" icon="plus" url="#" target="_self"]
    [servicesbox1 image="http://yourwebsite.com//wp-content/themes/teethy-pro/images/dental-services3.jpg" title="Emergency Care" description="Pellentesque pretium dictum congue vivamus quis convallis justo Proin tincidunt metus" icon="plus" url="#" target="_self"]
    [servicesbox1 image="http://yourwebsite.com//wp-content/themes/teethy-pro/images/dental-services4.jpg" title="Oral Health Consultation" description="Pellentesque pretium dictum congue vivamus quis convallis justo Proin tincidunt metus" icon="plus" url="#" target="_self"]
    [clear]
    [readmore align="center" icon="" button="View All Services" links="#" margintop="3%" target="_parent" color="#ffffff" bgcolor="#24b9d7"]
    [/column_area]

    Check the documentation here: http://sktthemesdemo.net/documentation/skt_teethy_doc/#homesections

    2. Open the demo on your browser: http://sktthemesdemo.net/dentist/

    Right click on the image and you will find the option “Open image in a new tab”. After that you will find the image size for the image. Image size appears on the title of the image.

    Regards,
    Dave

    AttilaAttila
    Member
    Member since: March 9, 2017

    I have a very minor issue regarding the homepage slider. I’m using pictures with light backgrounds, so the default white font color for the title and description of the slider needs to be changed to a darker color… however the text shadow still remains and it simply doesn’t fit with the black text.

    I have been searching for the code snippet in order to remove the shadow, or modify it to look more like a glow, but I couldn’t find it. I’d appreciate if you could help me regarding this simple problem.

    Thank you very much for your help!

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

    Hi Martin,

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

    Add this code there:

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th{color:#000000 !important;}

    Regards,
    Dave

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

    https://shellygora.com/

    1. That worked, thanks

    3. **Showcase section** Where is the font that shows up when you hover? I changed a bunch but none of the changed. Also where do you change that font color?
    And can these either link to the actual project or just open up into a larger picture?

    A: Add this code in Custom CSS Box. You have to replace Oswald to your font.
    .portfolio-area li .gallerytitle{font:400 44px/100% ‘Oswald’ !important;}

    R: I added it and changed the font and it didn’t change. And how do I change the text color?
    .portfolio-area li .gallerytitle{font:400 44px/100% ‘Sansita One’ !important;}

    **And you never advised what the size was of these pictures, part of the pic is still cut off

    4. In the Testimonials section I see it puts an image in the home page section so it’s totally distorted.
    Can this section just have some of the text and a link to the actual testimonial?

    A: It is a customization request. We have added link to all the title of the section.

    R: Nothing changed in this section, sorry I’m confused by your response

    6. For the featured images on pages, what is the size of that image? It’s very thin.

    A:Width of the image is 1400px. Height as you want. After added a large images add this code in Custom CSS Box
    .page_head, .post_head{min-height:auto !important;}

    R: I made the image 1400×200 and it looks on on a pc, but on a mobile device it’s all distorted
    <img src=”https://i.imgur.com/6dHxuqY.png” alt=”” />
    I added a featured image to the Testimonials page and nothing shows up

    8. Also how do I remove the titles from all the pages? I tried both of the codes below and neither works
    entry-header{display:none;}
    h1.entry-title, h1.page-title{display:none;}

    A: Add this code in Custom CSS Box:
    .thn_post_wrap h1{display:none;}

    R: I added the above code but then I can’t use the H1 tag. I want a title on each page but I want the title to be different than what the page name is as my page names are short
    Plus H1 tags help with SEO so I don’t want to not use them?
    Any other way?

    **2 NEW questions

    In the Introduction section on the home page part of the pics are cut off
    What is the size of those pics so I can adjust accordingly?

    How do I remove the sidebar on the right on the Testimonials page?

    #65333
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Hans,

    We had an extended weekend with Monday being Holi-Festival of colors and hence couldn’t reply as none of our staff were present from Friday evening.

    Will reply today.

    Thanks for your continued patience and trust on our support.

    Regards,
    Shri

    #65253
    RupertRupert
    Member
    Member since: October 27, 2016

    I’m trying to position the simple button in the center but failing every time. It would go left and right but not the center. Any fix for the shortcode:

    [simple_button size=”medium” bg_color=”#060″ color=”#fff” text=”INQUIRE NOW” title=”INQUIRE NOW” url=”” position=”center”]

    Please see bottom of this page:
    https://wackyshots.ca/our-services/photo-booths/

    #65190
    MartinMartin
    Member
    Member since: October 9, 2016

    I need to change the font colors of my woocommerce checkout and shopping cart, they are pink now and something that is specified by my theme SKT Coffee Shop. Would you please send me an email: [email protected] if you answer this topic. All the topics i posted inhere all dissapears, because i can’t search specific for it and i don’t recieve any emails whatsoever when the post is replied.

    Kind regards

    Martin

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

    Hi Zainab,

    Add this code in custom CSS box:

    .header .header-inner .logo{margin-top:0 !important;}

    4. It is an image. Kindly change the image color of social media icons.

    Regards,
    Dave

    #64921
    Zainab GurkaZainab Gurka
    Participant
    Member since: November 14, 2016

    Hello Team,

    Using spa theme in http://www.kruticreations.com

    1) logo size i took 74px in height but the problem is tagline is sticking with the slider
    2) i dont want top padding for logo
    3) Nav hover padding is not touching to the slider i have added this code than to no use
    ul li a #menu-top_menu.menu {padding:74px 17px !important;}
    4) i want to change the colour of social media from white to pink and also the phone number and email id to pink color

    kindly support for the same

    ChrisChris
    Member
    Member since: December 28, 2016

    Hello,

    I have purchased and am using the “Play School” theme. I have a page which uses the [ourteachers] shortcode a number of times to display teachers by category (using the catslug property). However, sometimes the teachers get split into more rows than necessary and it doesn’t put a teacher in all three columns of the first row (even though I specify 3 columns). I’ve included a screenshot of the problem along with the code I am using to generate this part of the page. How can I force it to use the minimum number of rows needed, instead of putting only one teacher on the first and third rows?

    <p style="font-family: 'Cooper'; color: #415a77; font-size: 26pt;">Infant</p>
    [ourteachers col="3" show="5" catslug="infant" excerptlength="26"]
    #64559

    In reply to: Startup Pro

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

    Hi Miranda,

    1. Kindly go to inc/custom-functions.php and change the text from there.

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

    Add this code there:

    .serviceswrap h2.section_title{color:#ffffff !important;}

    Regards,
    Dave

    #64500
    michelle goramichelle gora
    Member
    Member since: April 15, 2015

    Website in question
    http://1finetunemw.com/

    How can I change the color of the information and icon below the actual testimonial?
    How can I remove that icon, come and parentheses?

    Is there anyway to make the testimonial section scroll so I can add more than 3 or 4?

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

    Hi Joe,

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

    Add this code there:

    .wpcf7{color:#000000 !important;}

    Regards,
    Dave

Viewing 15 results - 2,041 through 2,055 (of 3,301 total)