change css in plugin

Confluence User - 04 Feb, 2020

Hi,

I am using Download PDF Datalist Action Plugin to generate pdf . I need to change the css of the pdf , but til now I manged to change just the font of labels and not the font for values . I used the code below

.form-cell .label {font-size: 14px;}

Can somebody please help what code to use for changing font of values? Thanks!

plugins;css;font

6


05 Feb, 2020
confluenceUser
confluenceUser

Hi

Maybe you could try the below CSS in "Configure Download PDF Action > Formatting (CSS)" property field.

* {font-size: 20px !important;}
05 Feb, 2020
confluenceUser
confluenceUser

Hi,

It works, but I do not want to have same font for every element in pdf. I have text in header as well, and I want to have it different font size.

06 Feb, 2020
confluenceUser
confluenceUser

For the CSS, you can specify only to apply the style to an element type or class or id. 
See how to do so here: https://www.w3schools.com/css/css_selectors.asp

06 Feb, 2020
confluenceUser
confluenceUser

Hi, I know how css works, but I need to know what is the element name for form values


16 Sep, 2021
confluenceUser
confluenceUser

Did you try 

.form-cell-value

16 Sep, 2021
confluenceUser
confluenceUser
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print