This topic has 25 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #158736
     cfresque
    Participant

    Hi, is there a way to make the lettering have a shadow or something on the group description drop down? Its makes it really hard to read anything where there is white.

    Attachments:
    You must be logged in to view attached files.
    #158829
     cfresque
    Participant

    I found this, can this be done here? Not permanent but for titles and on the info area for groups. If possible as an option?

    Is there a CSS that can help me to get a drop shadow? http://www.kriesi.at/support/topic/adding-drop-shadow-to-text-in-special-heading-element/

    #159001
     Laura
    Moderator

    Hello, please try the following css and let me know 🙂

    COPY CODE
    
    #item-meta p {
        text-shadow: 2px 2px black;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #159914
     cfresque
    Participant

    Great! That makes it easier to read for sure. Now, if only the rest of the info and all that were to be the same for this area 🙂 Can that be done?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #159996
     cfresque
    Participant

    Hi, also in the portfolio please 🙂 lol just about anywhere where there is going to potentially be text that people wont be able to read.

    Attachments:
    You must be logged in to view attached files.
    #160084
     Laura
    Moderator

    Hello, please try by adding this:

    COPY CODE
    
    h4.user-nicename.hover-tip.click-tip {
        text-shadow: 2px 2px black;
    }
    div#item-header-content h4 {
        text-shadow: 2px 2px black;
    }
    div#item-header-content span {
        text-shadow: 2px 2px black;
    }
    .group-admins.col-sm-12 h3 {
        text-shadow: 2px 2px black;
    }
    .portfolio-header a {
        text-shadow: 2px 2px black;
    }
    

    Let me know if that helps 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #160092
     cfresque
    Participant

    Amazing, you are the best! 🙂

    #160094
     cfresque
    Participant

    hmmm only problem is this now though, I have related projects on the actual video page for the portfolio, so now there is a shadow where it doesnt need it. Anyway to differentiate that it only does the shadow when displaying the title over the video?

    Attachments:
    You must be logged in to view attached files.
    #160160
     Laura
    Moderator

    Hello, you will need to delete this part

    COPY CODE
    
    .portfolio-header a {
        text-shadow: 2px 2px black;
    }
    

    As i cant separate them from the other titles sadly

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #160458
     cfresque
    Participant

    ok, thanks, I will figure something out. I know photoshop a bit, these have color settings so I changed it to grey, but does it also have a code for faded? perhaps 50% translucent?

    #160635
     Laura
    Moderator

    Hello, which part exactly?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #160902
     cfresque
    Participant

    Its ok I have aduted it so it is not so far away, 1px seems to work well.

    What I was refering to was the shadow part, in photoshop you can adjust the shadows transparency. So it is not as bold behind it. But what I ahve done is make it a lighter grey so its not so bad now. However if that is an option then would be good to know.

    Also, could you show me the code for the posts strip part as well?

    Thanks 🙂

    Attachments:
    You must be logged in to view attached files.
    #161218
     Laura
    Moderator

    Hello, the post strip part? Can you send me a link?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #161270
     cfresque
    Participant
    This reply has been set as private.
    #161444
     cfresque
    Participant

    not there now, but would lke in the future, for the kleo posts grid. VC

    #161519
     cfresque
    Participant
    This reply has been set as private.
    #161806
     Laura
    Moderator

    Hello, user seems invalid, let me know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #162102
     cfresque
    Participant

    oops, seemed the password got erased when I redid the backup. Should work now 🙂

    #162103
     cfresque
    Participant

    I dont have that option on my site anymore and cant remember how to make one since I used a template. But for referance its this one on your demo site, the title is grey, which is cool, but if its on some images it will not show.

    https://seventhqueen.com/themes/kleo/news-magazine/

    Attachments:
    You must be logged in to view attached files.
    #162277
     Laura
    Moderator

    Hello, maybe this helps, try adding it to style.css of child theme

    COPY CODE
    
    a.vc_gitem-link.vc-zone-link:hover {
        color: white !important;
        background: rgba(0, 0, 0, 0.45);
    }
    a.vc_gitem-link.vc-zone-link{
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #162396
     cfresque
    Participant

    Hey, could it not be a css like the others, with the shadow?

    This is what I have now for the other white text on areas 🙂

    .group-admins.col-sm-12 h3 {
    text-shadow: 1px 1px grey;
    }

    Thanks for the help. is it easier for me to have that element on the site for you to see?

    #162700
     Laura
    Moderator

    Hello, I suggest to hire a developer for further modifications as right now the support is for small style issues and theme, plugin issues. I hope the customization offered were helpful but I cannot continue offering custom requests as there are other issues on queue, but please let me know if you need anything else 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #162806
     cfresque
    Participant

    We can touch base with this later then, I am just trying to make sure everything is working effectively. I just want to be able to read the tittle no matter what in one of your features. 🙂 I get I ask for a lot of tweeks, but a lot are practical ones. Just like the cover images and info over the images and being able to read the white lettering. If the site is to function well it should be readable both on white and black backgrounds. Otherwise the lettering and info should not be over images, no? 🙂

    Leave this open and we can come back later on. no rush 🙂

    #162951
     Laura
    Moderator

    Hello, i understand, is just we do not support custom requests here, but if you prefer you can email me for a quote 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #162953
     cfresque
    Participant

    Ok not a problem. I understand and you guys have been very generous thus far.

    I dont really know the limit where custom meets simple tweak so have to ask, no? 🙂

    #163166
     Laura
    Moderator

    Hello, yes i am so sorry, is it fine to ask some style changes just too much is something a developer should do 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 26 posts - 1 through 26 (of 26 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?