Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 3,196 through 3,210 (of 3,301 total)
  • Author
    Search Results
  • #4836
    Justin EllJustin Ell
    Member
    Member since: March 24, 2015

    Hello, i have been building with your free Theme and loved it! i switched to pro and have been rebuilding but for some reason the header text color is not changing the text color on the header.

     

    #4729
    Ramzi MonsRamzi Mons
    Member
    Member since: March 20, 2015

    Dear,

    The Skillbar isn’t the same as that you have in a demo.

    When i add the code, the texts (like hmtl5, cs3 etc.) shown in a black box. But that black box isnt’t long enough for: Terrasoverkappingen (etc.) now i tried to change the title bg:

    [skill title=”Overkappingen” percent=”60″ titlebg=”#f00c27″ bgcolor=””][skill title=”Carpools” percent=”95″ titlebg=”” bgcolor=””][skill title=”Kozijnen” percent=”80″ titlebg=”” bgcolor=””][skill title=”terrasoverkappingen” percent=”70″ titlebg=”” bgcolor=””]

     

    But than i have a another color as the bar. How could i fix this?

    Picture: https://www.dropbox.com/s/8q002uhevpn7dgu/Skills.PNG?dl=0

    Kind regard.

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

    .header{padding:0px !important;} Paste this code in Appearance>Theme Options>Layout Settings>Custom CSS box.

    Regards,
    Shri

    #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: 6995
    • Total: 7005
    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: 6995
    • Total: 7005
    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: 6995
    • Total: 7005
    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: 6995
    • Total: 7005
    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: 6995
    • Total: 7005
    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: 6995
    • Total: 7005
    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: 6995
    • Total: 7005
    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

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