css customizer and shortcode attributes
-
Very new to this. If I am in wrong forum, I apologize.
When I use css in my customizer its taking one code and not another. Please see, below. I know I had it working, before using the first example, below.
My css code:
a { color: red; }
is not working in customizerI have to use:
a:link { color: red;}What am I doing wrong?
Also, can anyone tell me if you can change the style attributes of a shortcode? I need to change the box outline so it is more visible on my page. If so, can you please tell me exactly how to do this?
Example shortcode for a search box:
[pdb_search]Thanks so much for your time and any assistance!
The topic ‘css customizer and shortcode attributes’ is closed to new replies.