콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
8183 화면

Hi everyone,

I am working with a customization of qweb PDF reports.I added CSS styles to the report using <style></style>tags.The background color is working fine. but when giving a value to color: it doesn't work

eg:

    .page{
        background-color:#edffed;
    }

works , But

    .page{
        color:#0000ff !important;
    }

Doesn't work , Could anybody help me?

아바타
취소
베스트 답변

Hi Muhammed Nishad,

i think you have added perfectly css, but it's not apply because text inside .page class has some tags and that tags uses some other css or it's affecting on that tags so you have to apply css on particular tags or class/id


 
아바타
취소
베스트 답변

Hello try below code,

it will work in my side.

 .page{
        color:#0000ff !important;
    }
아바타
취소
작성자

It's not working bro. I have already tried.But forgot to add in the question

베스트 답변

you can add --- style="color:white;" in corresponding tags,it is working fine in

,, tags,

eg:

.........

아바타
취소
관련 게시물 답글 화면 활동
2
2월 24
2761
1
2월 23
12134
1
9월 18
8141
0
12월 20
6793
0
1월 21
804