The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hey all,
trying to apply some super basic CSS to the facebook feed member images in my side block. http://www.talkjesus.com/forum.php I threw this in additional.css Code:
._43q7 .img {
border-radius: 90px !important;
border: 1px solid #DDD !important;
padding: 1px !important;
}
Am I missing something? |
|
#2
|
|||
|
|||
|
You need to provide the template name, php code or provide the actual code in order for us to know what you are describing.
We need to see the HTML in order to create the proper selector."__43q7" looks likes a code generated selector. |
|
#3
|
||||
|
||||
|
Quote:
43q7 is the same one applied to each member picture, on every refresh. So it appears static. This is the sideblock code Code:
<div class="fb-like-box" data-href="https://www.facebook.com/talkjesus" data-width="260" data-height="405" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false"></div> |
|
#4
|
|||
|
|||
|
* Removed *
|
|
#6
|
|||
|
|||
|
* Removed *
|
|
#7
|
||||
|
||||
|
Zachery is correct. Your iframe is from another domain (thus, the CSS is from another domain) and you would need to use javascript to change the CSS. Google "apply css to iframe" to get some ideas on how to do it.
|
|
#8
|
||||
|
||||
|
Ok thanks Lynne and Zachery
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|