End of Support for Joomla 3 - Forum closed
homepage three circles that are vertical
homepage three circles that are vertical was created by egalindo
Posted 8 years 10 months ago #11695
Im having difficulty tracking down where to edit the three verticle circles next to the SnowFlake Joomla Theme copy toward the bottom of the homepage. Could you tell me the type (article or module) and the name? This way I can track it down using search.
Erica Galindo
by egalindo
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic homepage three circles that are vertical
Posted 8 years 10 months ago #11700
Hello Erica,
the vertical lines are "hardcoded" and they are section/module dividers.
But you can disable these lines if you don´t like.
Add this code to your css/custom.css and the lines are gone.
the vertical lines are "hardcoded" and they are section/module dividers.
But you can disable these lines if you don´t like.
Add this code to your css/custom.css and the lines are gone.
hr.style-one {
display:none;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by egalindo on topic homepage three circles that are vertical
Posted 8 years 10 months ago #11701
Hi Again. So hard coding is a bit more difficult for me. Could you send me the path so that I know were to go in the file manager?
Erica Galindo
by egalindo
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic homepage three circles that are vertical
Posted 8 years 10 months ago #11702
Hi again,
you do not need to delete the code of the theme.php file.
Just add this code to your file: css/custom.css and the divider is hidden.
you do not need to delete the code of the theme.php file.
Just add this code to your file: css/custom.css and the divider is hidden.
If the file css/custom.css is not existing, create it.hr.style-one {
display:none;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by egalindo on topic homepage three circles that are vertical
Posted 8 years 10 months ago #11731
Hi I dont want to delete the circles I want to edit them with my own copy. Could you send me the path to the file where I can edit this. I could not find it in the theme.php.
Erica Galindo
by egalindo
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic homepage three circles that are vertical
Posted 8 years 10 months ago #11733
Hi again, as I told you above, please do not edit the org css code.
Please always use the css/custom.css for customizing the css style.
Add this code below for the hr line and edit the code you like:
Please always use the css/custom.css for customizing the css style.
Add this code below for the hr line and edit the code you like:
hr.style-one {
background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
border: 0 none;
height: 1px;
margin: 40px 0;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates