Number of basic editing issues ?
Permalink
First of all I'm using the 15 day trial to see if I can get it to do what I want for a specific customer. I don't know if this has an affect?
1. I want to delete the dots under the title and the header nav ?
2. I want to put a gradient background on ?
3. I want to edit the footer so I don't have all the concrete text, I want to put my own copyright and links.
That will do for a starter.
P.S. Very basic step by step instruction please ...
Thanks,
1. I want to delete the dots under the title and the header nav ?
2. I want to put a gradient background on ?
3. I want to edit the footer so I don't have all the concrete text, I want to put my own copyright and links.
That will do for a starter.
P.S. Very basic step by step instruction please ...
Thanks,
I'm not sure you have FTP access to a demo account for implementing the changes you are asking about.
That said; Yes, all those modifications are pretty straight forward with minor modifications done to your Main CSS and the footer file found in the Elements folder.
Mkly's advice about using another theme that utilizes some of those features already might be the better solution for you. Check out the Marketplace themes on this website and order them by price so all the free ones show up first. You can then upload it from the "Add Functionality" tab in the dashboard.
That said; Yes, all those modifications are pretty straight forward with minor modifications done to your Main CSS and the footer file found in the Elements folder.
Mkly's advice about using another theme that utilizes some of those features already might be the better solution for you. Check out the Marketplace themes on this website and order them by price so all the free ones show up first. You can then upload it from the "Add Functionality" tab in the dashboard.
Most of this stuff is typically done through either installing a different "theme", creating a theme from scratch or modifying on of the default themes. These are located in
If you take a look you will see that there are some php files a couple css files and a folder named elements with some php files in it and a folder name images. These files make up a "theme".
If you open left_sidebar.php you will see what is displayed as the "Left Sidebar" page template for that theme. It is basically an html file with a few "Block" definitions inside($a = new Area... etc). You will see ($this->inc('elements/footer.php'). This is where the footer display code is.
Typography.css is a special css file that effects site css as well as the rich text editor css and main.css is the main css for the site.