Adding css style to php
-
Hi there,
I’m using the twenty theme and have added the WP simple paypal shopping cart. I’m a complete noob with php… I simply want to add some css styling to one line of php, but am unsure how it’s meant to be written.
the php line:
$var_output .= $variation2_name.": ";
I want to add this css styling:
background-color: yellow;
andborder: 3px solid yellow;
, so it applies to the output$variation2_name.": ";
.Thank you for your help ??
Ray
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Adding css style to php’ is closed to new replies.