Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #458159

    Question: Hi Kriesi Team,

    First off, you ARE the best!!! I’ve owned 2 of your themes for years including and actively, Enfold. I may have used a previous email on my account last time I signed in to support (2014) – which I know longer have access to. So I need my account updated to this email address (which is the same for my Envato Themeforest account where I purchased Enfold. My username at Themeforest is: bgerberfood.)

    ISSUES:
    I need some quick CSS help with my Enfold site (for a client) and just so you know I don’t use an IDE or Dreamweaver so I really wouldn’t have access to inline page editing of source code. Perhaps I could get instructions on CSS tweaks using either the Quick CSS, Class Field for the ALB elements or in custom css files on server, since I don’t mind universal changes to the elements listed below.

    ISSUE #1: Change FULL WIDTH EASY SLIDER caption center/left to move 10% to the right (so it’s closer to center)
    See demo here: http://cvdemo.cur8tive.co/ (id: cvreview, pwd: cvreview)

    ISSUE #2: Add standard gray border to images in text blocks
    See demo here: http://cvdemo.cur8tive.co/products/ (id: cvreview, pwd: cvreview)

    ISSUE #3: Change backgrounds of logo element to white (currently off-white)
    See demo here: http://cvdemo.cur8tive.co/ (id: cvreview, pwd: cvreview)

    Thank you in advance for your dutiful help!!!!!

    Best,
    Brian
    415-940-9971
    (Email address hidden if logged out)

    #458228

    Hey bgerber!

    First of all, thanks a lot for your kind words, we do appreciate that a lot.
    Our support policy is for us not to offer such customization requests. Here is a link, which can send you to a following page:
    http://kriesi.at/contact/customization

    and you can ask for customization. Our partner, will help you out eventually, for the best result.

    Cheers!
    Basilis

    #458253

    Hi Basilis,

    Maybe I wasn’t clear enough, I apologize. I’m simply looking for Quick CSS code snippets since your moderators have given plenty of those out for simple CSS formatting issues. I am dealing with 3 advanced editor objects for which I don’t know what you have them “named” in your CSS classes or where to find them referenced in the now 8 css stylesheets that come with Enfold.

    Those objects are:
    full width easy slider (I want to adjust position of caption)
    text block (I want to add border around images)
    logo element (I want to change background color to white)

    Is there a document specifically for your naming conventions of objects used in the stylesheets? I could use that to help me find what I’m looking for and then make changes myself.

    Thanks,
    Brian

    #458462

    Hey Brian!

    Thank you for your kind words :)
    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .caption_left .slideshow_caption {
      left: 10%;
    }

    2- Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your text block element a custom CSS class and then add following code to Quick CSS

    .your-custom-class img {
      border: 1px solid #e2e2e2;
    }

    3-

    #top .avia-logo-element-container .slide-image {
      background: transparent !important;
    }

    Regards,
    Yigit

    #468745

    Hi Yigit,

    Thank you kindly for the guidance on resolving those issues we had with Enfold. Your instructions worked like a charm.

    Curious, will Kriesi be releasing a nonprofit demo for the Enfold theme?

    Much appreciated and keep up the fab work!
    Brian

    #469039

    Hi Brian!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    I do not think nonprofit demo will be available for any theme that is being sold on ThemeForest including Enfold. Unfortunately since all purchase and download process are handled by Envato, it is not up to us to release such demo :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS help for Enfold’ is closed to new replies.