CSS editing and translating

Posted in: Newspaper
Post count: 17

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

Post count: 17

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;
}

Post count: 17

Hi,

Do you know when you will be able to reply as my client wants to get his site live asap?

Many thanks
David

Post count: 3343

Hello, Reply via themeforest

Other clients use qTranslate to have site in multiple languages.

Try with important
background-color: #C6B28F !important;

Post count: 17

Is there a way i can upload an image so i can show you what i mean?

Post count: 17

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

Post count: 780

hello,

1. for images – please use http://imgur.com
2. give us a link to your site

Post count: 17

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

Post count: 5

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 }

Post count: 17

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

Post count: 3343

Hello,
Use this in style.css:

.block-title span {
background-color: #593083
}

Thanks

Post count: 17

Hi, i have put this in the css and nothing changes?

Post count: 17

Do you have a private area where i can post backend details?

Post count: 3343

Hello,
Send via email at contact@tagdiv.com

Also try to use with !important the above style.

Post count: 17

Important worked. All i need to know now is the code to change the border (line) which leads on from that block.

Thanks

Post count: 17

I done this but it hasn’t worked;

.block-title span {
background-color: #c6b28f !important;
border-color: #c6b28f !important;
}

Post count: 3343

Hello,
use on .block-title without span

Post count: 17

Perfect, thanks for all your help.

Viewing 18 posts - 1 through 18 (of 18 total)
You must be logged in to reply to this topic.