Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #522623

    If i learn HTML/CSS, Front-End Web Dev, can i figure out these adjustments myself? Will enfold be able to handle subtle adjustments made to it?

    a. A black bar that extends across the full width of my website, directly below the main menu items; where the background image ends.
    b. Ornamentation as a vertical line separating the sidebar from main content [Flowery ornamentation one sees, like you see in wrought-iron gates]
    c. A video block from Enfold customized with design all around, like an old-school T.V. popping out of the website

    I describe these subtle adjustments that give the website a real custom touch.
    Ideally, I can keep using enfold and implement these subtle touches on my own.

    -Elliot

    #522638

    Hi Elliott!

    Can you please post the link to your website and a screenshot showing the changes you would like to make?
    Not sure if i understood you correctly but if i did, it sounds like if you learned CSS, you can make those changes.

    Best regards,
    Yigit

    #522646

    Here is a link to my website

    Scmjf.org

    The question i have is if custom styling would allow for me to make subtle changes to the website,
    like editing the display of a specific video block on the website, or adding a vertical black divider bar between the sidebar and the
    main menu items [think of l.a. times sidebars]…

    #522721

    Hey!

    The design changes you want to make to your website are possible when using Enfold as a base, but as you would imagine it will take quite a bit of custom code, styling etc.

    In your case, learning html and css would be a good start, but it may be best to enlist the aid of a freelancer to implement anything you’re having trouble with.

    Regards,
    Dake

    #522756

    I will try to learn whatever I can.

    Can i upgrade a specific page of my website by uploading a CSS file for the specific webpage?

    Is the only place for me to add CSS upgrades, the “quick css” section of the General Layout?

    #523036

    Hi!

    You can add Code Block element to your page and then add custom CSS code into it that will be applied to that certain page as following

    <style>
    body { font-size: 16px; }
    </style>

    Regards,
    Yigit

    #523399

    Can i add a custom CSS file to my Enfold Website?

    This CSS might have general style codes for the entire website.

    It might say “for every video on THIS page, make it so that the video displays with a crown of flowers around the top”

    You know what im saying?

    I believe its a custom CSS file that you add into somewhere in the back-end.

    #524619

    Hi,

    Sorry for the late reply. Not sure if I’ve understood you correctly but you can put any custom CSS in Quick CSS under Enfold–>General Styling.

    Best regards,
    Rikard

    #525830

    Can i specify that custom CSS to only effect a specific webpage?

    For instance, if i want to add some border around a video just on one page, but not affect other pages.

    Is that within the realm of possibility?

    #526266

    Hey!

    Sure, please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and then add following code to Quick CSS

    .your-custom-class { border: 3px solid red !important; }

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.