Hi,
Is there a place in the backend that i can change the CSS styles?
Also, i see you have a translate area. I will need the site to be translated in French so how would i do this. Is there an option where you can have a french flag or something so when you click it, it translates all the contents on the site?
Thanks
David
For example i have added this to the style.css in the backend but nothing changes;
.block-title a, .block-title span, .td-tags a:hover, .td-scroll-up-visible, .td-scroll-up, .sf-menu ul .current-menu-item > a, .sf-menu ul a:hover, .sf-menu ul .sfHover > a, .td-rating-bar-wrap div, .iosSlider .slide-meta-cat, .sf-menu ul .current-menu-ancestor > a, .td-404-sub-sub-title a, .widget_tag_cloud .tagcloud a:hover, .td-mobile-close a, ul.td-category a, .td_social .td_social_type .td_social_button a, .dropcap {
background-color: #C6B28F;
}
Hi,
Do you know when you will be able to reply as my client wants to get his site live asap?
Many thanks
David
Is there a way i can upload an image so i can show you what i mean?
Also, one last thing. I can’t seem to get rid of the list arrow next to the qtranslate flags. I’ve put this code in the editor but the arrow still remains;
.qtrans_language_chooser { list-style-type:none }
Thanks
David
hello,
1. for images – please use http://imgur.com
2. give us a link to your site
Hi, i have uploaded the screenshot to my website.
http://davidgoulddesign.co.uk/images/css.png
I want to change where it has the cyan colour. I want to change the background colour and the colour of the horizontal line. I want to keep the purple as the main theme colour. Can you send me the css code to do this?
Thanks
Put this into your style.css
/** flags horizontal */
#flaggenmast { heigth: 12px; width: 56px; margin: 0; padding: 0; float: right; clear: right; }
ul.qtrans_language_chooser { list-style: none; margin: 0; padding: 0; }
ul.qtrans_language_chooser li { display: inline-block; float: left; position: relative; margin: 0; padding: 0; }
a.qtrans_flag { margin-left: 10px; margin-top: -10px }
Thanks jackyjack, i managed to sort that. Does anyone have any ideas how to change these CSS elements?
http://davidgoulddesign.co.uk/images/css.png
I want to change where it has the cyan colour. I want to change the background colour and the colour of the horizontal line. I want to keep the purple as the main theme colour. Can you send me the css code to do this?
Thanks
Do you have a private area where i can post backend details?
Hello,
Send via email at contact@tagdiv.com
Also try to use with !important the above style.
Important worked. All i need to know now is the code to change the border (line) which leads on from that block.
Thanks
I done this but it hasn’t worked;
.block-title span {
background-color: #c6b28f !important;
border-color: #c6b28f !important;
}
