Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 3,196 through 3,210 (of 3,298 total)
  • Author
    Search Results
  • #4662
    Michaek BadejoMichaek Badejo
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: March 10, 2015

    my website is www.bellezzafaces.com as it has not gome live yet  do you need the log in ID ?

    #4614

    In reply to: Transparent Pictures

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Lucy,

    Follow these instructions properly.

    Go to Appearance>Theme Options>Basic Settings and de select the color and opacity of header, footer and content area. And then save the settings.

    Once done now go to Appearance>Theme Options>Layout Settings>Custom CSS box and now paste this code there:

    #content, .header, .top-bar, #colophon{background-color:rgba(0, 0, 0, 0.6) !important;}

    And save. This should work just fine.

    Now you need to manage the color and the opacity via this section from now on instead of basic settings.

    Regards,
    Shri

    #4597
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Can you show your website so that i can give instructions for reducing header height.
    2. Header menu colors/opacity/font are given in Appearance>Theme Options>basic settings as explained in documentation as well: http://sktthemesdemo.net/documentation/photo-session-documentation/#playing-with-theme-options

    And 3. Don’t keep any text in slider title and description in Appearance>Theme Options>Slider settings and you won’t see the text.

    Regards,
    Shri

    Michaek BadejoMichaek Badejo
    Member
    Member since: March 10, 2015

    Hi ,

    Please how do I reduce the height of my header it is quite big and taking up space on the home page.

    2. How do I change the colour of the menu headers/font

    3. How do I remove captions from the home page. (slider caption and description caption on home page, I just want to have a full picture on home page with no text on it.

    #4559
    MAURANDA DALZIELMAURANDA DALZIEL
    Member
    Member since: March 14, 2015

    Good afternoon. I have a background image chosen, but also want to use a white body color. I’ve tried custom CSS for this and it’s not catching. Any insight?

    #4525

    In reply to: Transparent Pictures

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Sorry for the delay in reply. I couldn’t check your site since it goes to check your web address error.

    You can keep opacity at 0.9 or else we can give you the RGB codes however then color changes would be a problem. So if you just want the opacity controlled and not the color then we can give you instructions for the same or else we can do this on your website provided you send us the WordPress admin details via email: [email protected]

    Regards,
    Shri

    #4487
    Jackie ParkinsonJackie Parkinson
    Member
    Member since: February 12, 2015

    How do I create boxes around the text and description of the sliders? With my images, you can’t read the text even if you change the font color.

    #4204

    In reply to: image opacity

    ELIZABETH NUNEZELIZABETH NUNEZ
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: January 30, 2015

    I was directed to use this thread to find the code for opacity per your email.

    #content{background: rgba(0, 0, 0, 0.9) !important; opacity:1!important; }

    Does not work 🙁 Nothing changes

    also tried this one too which was the RGB equivelent to my color background as its not black.

    i used the hex converter to find the 66,66,66 numbers.

    #content{background: rgba(66, 66, 66, 0.9) !important; opacity:1!important; }

     

    still nothing

     

     

    #4142

    In reply to: Menu location

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Is this what you needed?

    .show-bg nav ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    line-height: 155px;
    text-align: center;
    text-transform: uppercase;
    padding:0;
    }

    Let us know.

    Sorry for the delay in reply.

    Regards,
    Shri

    #4138

    In reply to: image opacity

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    You can still change color but you have to input the RGB equivalent instead of hex code in the css code above.

    Regards,
    Shri

    #4137

    In reply to: image opacity

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Oliver,

    Here you go: Content background color and opacity
    Add this code to custom css field in Appearance>Theme Options>Layout Settings>Custom CSS:
    #content{background: rgba(0, 0, 0, 0.9) !important; opacity:1!important; }

    Regards,
    Shri

    #4127

    In reply to: image opacity

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Yes this is a current problem. Why? Because any color picker in the world which we use uses hex code and while for keeping opacity of elements intact and only changing opacity of the black background we need to have RGB code.

    So in case we want both i.e. color change plus background opacity change the only way out is hex code. But unfortunately using this causes the elements within the area also to be transparent.

    So in case you don’t need the color to be changed and use only black and need just opacity changed let us know.

    We will send a fix for this in RGB code and this would solve the issue you have.

    Regards,
    Shri

    #4072
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    All these CSS changes are no more needed as theme options is fully capable of handling the same.

    The bottom shape is also given in the Appearance>Theme options. You can just change it with similar image of some other color.

    Regards,
    Shri

    #4071
    Theis ZanderTheis Zander
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: February 4, 2015

    In the same way, there is a difference between the color of the content background and the footer (colophone?), that was not there before the update.

    The CSS you gave me before the update and that worked then:

    #content {background: none repeat scroll 0 0 #ffffff !important; opacity: 0.8; }

    #colophon { background: none repeat scroll 0 0 #ffffff !important; opacity: 0.8; }

    Hope you can and will help me out 🙂

    #3994
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Yes by tomorrow we will try to email everyone for the new updated version of SKT Full Width Pro.

    Has been updated and today should go live.

    Regards,
    Shri

Viewing 15 results - 3,196 through 3,210 (of 3,298 total)