hbran
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] How to change color of multiple items – EnigmaTo explain further,
I am attempting to create individual content sections on the “About Us” page. I tried to make the sections full-width; however, when I apply a background, you can see that the section is only content width.
I am using Magee Shortcodes to create the sections, indicating in the settings that I want the section to be in a container. Then, I added in the above custom CSS in attempt to make them full-width, but it did not work. As this does not seem to be working, is there custom CSS or html that I can use to create the full-width sections?
Forum: Themes and Templates
In reply to: [Enigma] How to change color of multiple items – EnigmaGreat. Thank you. How do I create sections that are full width? So far, when I have tried, my sections are content width.
I tried the following code in custom CSS:
body {
position: relative;
}.wrapper {
position: relative;
}.container-fullwidth {
width: 100%;
overflow: hidden;
}.container .container {
width: 100%;
}/*
.container-fullwidth .row .row {
margin-left: 0;
margin-right: 0;
}
*/
.move-to-top {
position: fixed;
}Forum: Themes and Templates
In reply to: [Enigma] How to change color of multiple items – EnigmaThe coding worked perfectly.
How do I change the background image of a homepage section? For example, the contact us and recent works sections. I want to change the image but keep the parallax.
When I tried to create a homepage with full-width sections using Magee Shortcodes, it created the sections but they did not span the full width of the page. I am open to using this route as well if I can get the coding to make the sections full width. In addition, the background image I choose does not have the parallax even though I checked that I wanted the image to have the parallax?
Any advice?
https://d1f.8dd.myftpupload.com/
The image in the footer is left-aligned. I would like for it to be centered in the footer. I do not remember specifically which codes I tried, any help with how to do this will be appreciated!
Forum: Themes and Templates
In reply to: [Enigma] How to change color of multiple items – EnigmaAlso, there is a border above my nav menu (between the menu and the header) with the default purple. I changed all of the other colors in the nav menu successfully but that I cannot seem to get rid of.
Forum: Themes and Templates
In reply to: [Enigma] How to change color of multiple items – Enigmad1f.8dd.myftpupload.com
color code: #18334b
I would also like to change the background of some of the homepage sections. I have services, portfolio, and contact sections enabled. I would like to use an image on one (portfolio) and a solid color on the other two (contacts & services). If I could have some help with that as well it would be much appreciated!
Thank you!