Hi - When users submit stories on the frontend they can go to the "my Posts" page and see the status of their stories as they are processed.
The metadata for these stories is displayed and is separated by a | divider.
This divider appears to be contained within the same div as the preceding meta element, as opposed to being separate. The result is that when the status element is styled to be more visible it is including the | divider too.
I need the divider to be outside of the statuses div, so that it does not get styled and I cannot find where this element is.
This eliminates the divider. I don't necessarily want the divider gone because it appears everywhere else and looks good. I just don't want it contained inside of the status. After and separate is ideal. Is there a way to do that?
Hi - When users submit stories on the frontend they can go to the "my Posts" page and see the status of their stories as they are processed.
The metadata for these stories is displayed and is separated by a | divider.
This divider appears to be contained within the same div as the preceding meta element, as opposed to being separate. The result is that when the status element is styled to be more visible it is including the | divider too.
I need the divider to be outside of the statuses div, so that it does not get styled and I cannot find where this element is.
Attached files: divider_element.jpg
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
This eliminates the divider. I don't necessarily want the divider gone because it appears everywhere else and looks good. I just don't want it contained inside of the status. After and separate is ideal. Is there a way to do that?
Hi,
Please modify the CSS code:
Regards,
PenciDesign.