Buy me a coffee

Change background color of single text section in a blog

#1. First, you use this tool to find ID of Single Text.

In my example, we will have: #block-307c39326494411ffcb6

Z5765282312550 6cca8ff55de3d561f27d4a756eceb02f

#2. Next, use this code to Custom CSS box

#block-307c39326494411ffcb6 {
  background-color: #f1f;
}

2#3. Result

3