Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 1,966 through 1,980 (of 3,301 total)
  • Author
    Search Results
  • #71920

    In reply to: Blog page title

    david de vriesdavid de vries
    Member
    • Topics: 4
    • Replies: 14
    • Total: 18
    Member since: April 13, 2017

    mm now the first letter isn’t colored..

    Marc K.Marc K.
    Member
    Member since: October 12, 2015

    Hi Shri,

    You solved a problem with this section earlier, but now i noticed that the transparant section with the client reviews is on the homepage is not transparant but white when displayed at an ipad or a smartphone.

    Therefor the characters are not readable because i made them white.
    This color is best in combination with my blue background.
    Is there a way to make this ection transparant as well when displayed on tablets and smartphones?

    Greetings and regards,

    Marc

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

    Hi Erik,

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

    Add this code there:

    #mega-menu-wrap-primary { background:transparent;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color:#282828;}

    Regards,
    Chris

    Erik SimonsErik Simons
    Member
    Member since: February 15, 2017

    Hi there,

    I’m not sure what the bar in which the menu is presented is called, so please forgive me. I’ve changed the header background color to white, but a small bar stays black. It seems impossible to chageit to white (and the menu font t black).

    Please help, I have a screenshot to show what i mean
    Grtz. Erik

    #70674
    DingemanDingeman
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: April 22, 2017

    And to add:
    7 In theme options ‘Navigation Link Color – Active / Hover’ doesn’t affect the colour of the drop down items (only the top menu items.

    #70669
    JulieJulie
    Member
    • Topics: 32
    • Replies: 48
    • Total: 80
    Member since: February 9, 2017

    Dave I thought it was working but I made some new practice icons to gauge how the icons would look and they are the same size they were before the custom css. I did change the color back to fff; before I added the new icons, I am going to keep working on them so I posted an image of the services section on http://www.needlefeltedfantasy.com/?page_id=3370. The different color circles were to gauge if any of the icon was getting cut off.
    Thanks again,
    JulieO

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

    Hi Julie,

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

    dd this code there:

    #ourServices .services-list .services_thumb{background-color: #93bbc7 !important; display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: center; display: flex; align-items: center; height: 100px; padding: 0; width: 100px;}
    #ourServices .services-list .services_thumb img{display: block;}

    Regards,
    Dave

    #70556
    JulieJulie
    Member
    Member since: February 9, 2017

    I would like to change the size of the “Our Services” icons. I want the background circles to be 100 px and the icons to be 80 px. I also want to change the color to #93bbc7
    I tried following some of the advice you had given to other people about pasting the changes in the custom CSS box, I used:
    #ourServices .services-list .services_thumb{width:100px; height:80px; padding:20px 0 0 0; border-radius:100%; background-color:#93bbc7; margin:0 auto 20% auto; text-align:center; display:table;}

    Well, at least I didn’t blow the site up…LOL
    Thanks,
    JulieO

    #70317
    AndreaAndrea
    Participant
    Member since: April 27, 2017

    I bought the Construction Theme today. When I uploaded it, it was working perfectly and displaying like the demo. I changed the color codes and the address and phone number for the company and now the theme is not displaying properly. Can the admin please help?

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

    Hi Georgina,

    Kindly go to Appearance >> Theme Option >> Section >> Section 2 and replace old code with below code then make image and textual changes.

    <div><img src="ADD IMAGE URL HERE"></div>
    <div class="story-content">
      <h2 class="section_title">my story</h2>
      <p style="color:#e42e54; padding-left:0; font-weight:bold; font-style:inherit;">INTERVIEW</p>
      <div><i class="fa fa-quote-left"></i></div>
      <p>Quisque lectus neque, condimentum ut sapien non, bibendum laoreet elit. Cras lacus odio, dignissim vel fringilla eu, tristique id dolor. In vitae mi ut sem feugiat pretium eget at tellus. Nullam gravida mauris quam, sed commodo metus iaculis ut. Vivamus vel justo dapibus, auctor ex vel, rhoncus libero. Cras ut mi molestie, fringilla risus ut, aliquet mi. Praesent eget nibh nisl. Integer ex erat, cursus et vulputate vitae, tristique id quam. Nulla tellus massa, placerat a mattis a, bibendum vel massa.</p>
      <p>In et consequat sem. Morbi dui lacus, vehicula ut tempus vel, pretium non nunc. Vivamus sed lobortis urna. Vivamus rhoncus libero non mattis accumsan. Fusce fermentum odio et ex posuere pharetra. Suspendisse lacinia volutpat ornare. Donec ac risus pulvinar, faucibus dui venenatis, porta ex. Sed sapien lorem, gravida et eros ornare, volutpat hendrerit tortor. Fusce imperdiet semper congue. Nullam hendrerit sem ac dolor bibendum, eu tempus neque gravida. Mauris </p>
      <div><i class="fa fa-quote-right"></i></div>
      <p><a class="linkreadmore" href="#">Read More</a></p>
    </div>
    [clear]

    Regards,
    Dave

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

    Hi Kimberly,

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

    Add this code there:

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

    Regards,
    Dave

    #69759
    MariaMaria
    Participant
    • Topics: 18
    • Replies: 16
    • Total: 34
    Member since: December 8, 2016

    Hi,

    What am I doing wrong? I have added this shortcode to the page attached to the different sections and it’s still not assigning the videos by categories. This is the code for one section “South Carolina Bodybuilding”:

    [centertitle text=”South Carolina Bodybuilding” textlast=”VIDEOS” titlecolor=”#393939″ lastwordcolor=”#e52d27″][columns size=”3″] [/columns][columns size=”3″][/columns][columns size=”3″][/columns][clear][newestvideos show=”4″ cat=”19″]
    [readmore align=”right” button=”VIEW ALL VIDEOS” links=”http://carolinabodybuilding.com/NCandSCBodybuildingVideos/index.php/south-carolina-bodybuilding-videos/sc-videos/”]

    #69755

    In reply to: ART Theme Issue

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

    Hi Michelle,

    Wrong code: `[su_row][su_column size=”1/2″]
    <h3 style=”color: #ffffff; font-family: Great Vibes;”><strong>Vision and Mission</strong></h3>
    <p style=”color: #ffffff;”><strong>I love great design, I’m a graphic artist, illustrator and web designer. At Evil Twin Designs, it’s pretty much just me doing whatever it takes to design cool stuff. If you’re looking for a logo, website, cool artwork or an entire branding package please contact me. I treat design as a form of story telling, crafting your story into stylish design accurately reflective of your brand.</strong></p>
    <p style=”color: #ffffff;”><strong>I believe in the KISS principle (Keep It Simple Stupid). Making straight forward and clean designs allows for a pleasing aesthetic and functional design. Maybe it is time to update your exisiting logo, website, or brand materials. I would be glad to help you!</strong></p>
    [/su_column][su_column size=”2/2″][skill title=”HTML” percent=”80″ bgcolor=”#ff0099″][skill title=”Wordpress” percent=”95″ bgcolor=”#ff0099″][skill title=”Web Design” percent=”90″ bgcolor=”#ff0099″][skill title=”Web Development” percent=”95″ bgcolor=”#ff0099″][skill title=”Responsive” percent=”95″ bgcolor=”#ff0099″][/su_column][/su_row]`

    RIght code: `[su_row][su_column size=”1/2″]
    <h3 style=”color: #ffffff; font-family: Great Vibes;”><strong>Vision and Mission</strong></h3>
    <p style=”color: #ffffff;”><strong>I love great design, I’m a graphic artist, illustrator and web designer. At Evil Twin Designs, it’s pretty much just me doing whatever it takes to design cool stuff. If you’re looking for a logo, website, cool artwork or an entire branding package please contact me. I treat design as a form of story telling, crafting your story into stylish design accurately reflective of your brand.</strong></p>
    <p style=”color: #ffffff;”><strong>I believe in the KISS principle (Keep It Simple Stupid). Making straight forward and clean designs allows for a pleasing aesthetic and functional design. Maybe it is time to update your exisiting logo, website, or brand materials. I would be glad to help you!</strong></p>
    [/su_column][su_column size=”1/2″][skill title=”HTML” percent=”80″ bgcolor=”#ff0099″][skill title=”Wordpress” percent=”95″ bgcolor=”#ff0099″][skill title=”Web Design” percent=”90″ bgcolor=”#ff0099″][skill title=”Web Development” percent=”95″ bgcolor=”#ff0099″][skill title=”Responsive” percent=”95″ bgcolor=”#ff0099″][/su_column][/su_row]`

    Regards,
    Dave

    #69453
    ChristinaChristina
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: April 4, 2017

    Underneath the first code I provided in my first message, I also added three more test posts under the category “How Our Minds Work” to show you more clearly what this code does. The second code is:

    [popularcat catname=”How Our Minds Work” catid=”” buttonbgcolor=”#ffffff”][/popularcat]

    #69422
    david de vriesdavid de vries
    Member
    Member since: April 13, 2017

    IS there a way to replace the icon png to a fontawesome icon? :

    ..service pattern=”boxpattern-1″ bgcolor=”#81cccd” icon=”http://www.yoursite.com/wp-content/themes/gravida-pro/images/wordpress.png&#8221; title=”W…

    thnx!

Viewing 15 results - 1,966 through 1,980 (of 3,301 total)