frans otherworld
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Treeson] button colors and other small issues in treeson themeYou are a wizard ! who just saved me hours of searching for solutions…
this will be my final code lines…:
.header-button-wrapper a.btn.first-btn.header-button,
.header-button-wrapper a.btn.second-btn.header-button {
color: rgba(244, 217, 119, 1);
border: 1px solid rgba(244, 217, 119, 1);}
.mythemes-delimiter div.delimiter-item {
display: none;}
.mythemes-delimiter {
display: none;}
footer .mythemes-copyright {
display: none;}
div.delimiter-item {
display: none;}Forum: Themes and Templates
In reply to: [Treeson] button colors and other small issues in treeson themeokay, I fiddled with the code, and got rid of the `social space′ in the bottom of the page…
now the css code reads :
.header-button-wrapper a.btn.first-btn.header-button,
.header-button-wrapper a.btn.second-btn.header-button {
color: rgba(244, 217, 119, 1);
border: 1px solid rgba(244, 217, 119, 1);}
.mythemes-delimiter div.delimiter-item {
display: none;}
footer .mythemes-copyright {
display: none;}
div.delimiter-item {
display: none;}Forum: Themes and Templates
In reply to: [Treeson] button colors and other small issues in treeson themeis it possible to remove the space, where the top divider was ? or, alternatively place a picture there ? it is only on my front page, on the other pages the text starts from the top as it should…
Forum: Themes and Templates
In reply to: [Treeson] button colors and other small issues in treeson themethere are no social icons left, but the space they reside in, is still there…
with your new code, it looks good !Forum: Themes and Templates
In reply to: [Treeson] button colors and other small issues in treeson themewow ! thank you ! this is now officially my first css coding :o)
the text in my custom css field now reads :.header-button-wrapper a.btn.first-btn.header-button,
.header-button-wrapper a.btn.second-btn.header-button {
color: rgba(244, 217, 119, 1);
border: 1px solid rgba(244, 217, 119, 1);}
.mythemes-delimiter div.delimiter-item {
display: none;}
footer div.mythemes-social {
display: none;}2 out of 3 ain′t bad… the buttons looks good, the divider is gone, but the social area is still there… propably i miss some bracket or something ?
also, the divider in the header is gone, but the space is still there, so the text on my front page sits lower than on the other pages – is it possible to fix this too ?