Tagged: administrator, help, support
-
AuthorPosts
-
October 22, 2015 at 12:37 am #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 websiteI 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
October 22, 2015 at 1:07 am #522638Hi 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,
YigitOctober 22, 2015 at 1:14 am #522646Here 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]…October 22, 2015 at 5:11 am #522721Hey!
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,
DakeOctober 22, 2015 at 7:45 am #522756I 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?
October 22, 2015 at 3:27 pm #523036Hi!
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,
YigitOctober 23, 2015 at 12:34 am #523399Can 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.
October 26, 2015 at 4:48 am #524619Hi,
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,
RikardOctober 27, 2015 at 11:04 pm #525830Can 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?
October 28, 2015 at 4:36 pm #526266Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.